diff --git a/assets/css/webfont.css b/assets/css/webfont.css new file mode 100644 index 0000000..8a0529c --- /dev/null +++ b/assets/css/webfont.css @@ -0,0 +1,42 @@ +/* + *# [Nerd Fonts] Website: https://www.nerdfonts.com + *# [Nerd Fonts] Development Website: https://github.com/ryanoasis/nerd-fonts + *# [Nerd Fonts] Version: 3.4.0 + *# [Nerd Fonts] The following is generated from the build script + */ +@font-face { + font-family: "NerdFontsSymbols Nerd Font"; + src: url("../fonts/SymbolsNerdFontMono-Regular.ttf") format("truetype"); + font-weight: normal; + font-style: normal; +} +.nf, +.nerd-font, +.nerd-fonts { + font-family: "NerdFontsSymbols Nerd Font"; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +.nf-fa-terminal:before { + content: "\f120"; +} +.nf-cod-diff_added:before { + content: "\eadc"; +} +.nf-oct-download:before { + content: "\f409"; +} +.nf-dev-readthedocs:before { + content: "\e889"; +} +.nf-fa-readme:before { + content: "\eda4"; +} +.nf-fa-people_carry_box:before { + content: "\eda2"; +} diff --git a/assets/fonts/SymbolsNerdFontMono-Regular.ttf b/assets/fonts/SymbolsNerdFontMono-Regular.ttf new file mode 100644 index 0000000..c5622a1 Binary files /dev/null and b/assets/fonts/SymbolsNerdFontMono-Regular.ttf differ diff --git a/layouts/templates/base.shtml b/layouts/templates/base.shtml index 849b429..72799f2 100644 --- a/layouts/templates/base.shtml +++ b/layouts/templates/base.shtml @@ -8,17 +8,18 @@ + -