Font: Add Hack Font back so we have consistent and expectable font rendering

This commit is contained in:
Ni Rui
2022-09-24 10:25:05 +08:00
parent 981be0c5d2
commit f44a71c9b5
3 changed files with 29 additions and 42 deletions

View File

@@ -19,19 +19,20 @@
@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: PureNerdFont;
font-family: PureNerdFont, Hack;
}
#connector-resource-preload-control-console::after {
content: " ";
font-family: PureNerdFont;
font-family: PureNerdFont, Hack;
font-weight: bold;
}
#connector-resource-preload-control-console::before {
content: " ";
font-family: PureNerdFont;
font-family: PureNerdFont, Hack;
font-style: italic;
}