Swap Hack font with @azurity/pure-nerd-font which provides more icons than Hack

This commit is contained in:
Ni Rui
2022-09-18 20:20:33 +08:00
parent 7a5dc076ff
commit 57816f731f
5 changed files with 70 additions and 55 deletions

View File

@@ -20,18 +20,19 @@
@charset "utf-8";
@import "~hack-font/build/web/hack.css";
@import "~@azurity/pure-nerd-font/pure-nerd-font.css";
#connector-resource-preload-control-console {
font-family: Hack;
font-family: PureNerdFont;
}
#connector-resource-preload-control-console::after {
content: " ";
font-family: Hack;
font-family: PureNerdFont;
font-weight: bold;
}
#connector-resource-preload-control-console::before {
content: " ";
font-family: Hack;
font-family: PureNerdFont;
font-style: italic;
}