diff options
Diffstat (limited to 'css/fonts.css')
-rw-r--r-- | css/fonts.css | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/css/fonts.css b/css/fonts.css index 7703742..db16a75 100644 --- a/css/fonts.css +++ b/css/fonts.css @@ -180,3 +180,58 @@ font-style: italic; font-weight: 800; } + +@font-face { + font-family: NotoSansMono; + src: url(../fonts/NotoSansMono/NotoSansMono-ExtraLight.ttf); + font-weight: 100; +} + +@font-face { + font-family: NotoSansMono; + src: url(../fonts/NotoSansMono/NotoSansMono-Thin.ttf); + font-weight: 200; +} + +@font-face { + font-family: NotoSansMono; + src: url(../fonts/NotoSansMono/NotoSansMono-Light.ttf); + font-weight: 300; +} + +@font-face { + font-family: NotoSansMono; + src: url(../fonts/NotoSansMono/NotoSansMono-Regular.ttf); + font-style: normal; + font-weight: 400; +} + +@font-face { + font-family: NotoSansMono; + src: url(../fonts/NotoSansMono/NotoSansMono-Medium.ttf); + font-weight: 500; +} + +@font-face { + font-family: NotoSansMono; + src: url(../fonts/NotoSansMono/NotoSansMono-SemiBold.ttf); + font-weight: 600; +} + +@font-face { + font-family: NotoSansMono; + src: url(../fonts/NotoSansMono/NotoSansMono-Bold.ttf); + font-weight: 700; +} + +@font-face { + font-family: NotoSansMono; + src: url(../fonts/NotoSansMono/NotoSansMono-ExtraBold.ttf); + font-weight: 800; +} + +@font-face { + font-family: NotoSansMono; + src: url(../fonts/NotoSansMono/NotoSansMono-Black.ttf); + font-weight: 900; +} |