From df0dcb87dd3664ff4530869a752fd8a996a62239 Mon Sep 17 00:00:00 2001 From: Ryan L McIntyre Date: Mon, 1 May 2017 19:42:00 -0400 Subject: [PATCH] Adds CSS header to be used with build script --- bin/scripts/css-header.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bin/scripts/css-header.txt diff --git a/bin/scripts/css-header.txt b/bin/scripts/css-header.txt new file mode 100644 index 000000000..4fdc98d84 --- /dev/null +++ b/bin/scripts/css-header.txt @@ -0,0 +1,21 @@ +@font-face { + font-family: 'NerdFontsSymbols Nerd Font'; + src: url("../fonts/NerdFontsSymbols-2048-em Nerd Font Complete.ttf") format("truetype"); + font-weight: normal; + font-style: normal; +} + +.nf, .nerd-font, .nerd-fonts { + font-family: 'NerdFontsSymbols Nerd Font'; + speak: none; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + /* Better Font Rendering (from devicons, et al) */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +