From 8bb71a86f066219f6517a5fd0b168cc5f70cd592 Mon Sep 17 00:00:00 2001 From: Koen Lageveen Date: Sat, 22 Jul 2017 16:14:01 +0200 Subject: [PATCH] update stylesheet --- fonts/stylesheets/stylesheet.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/fonts/stylesheets/stylesheet.css b/fonts/stylesheets/stylesheet.css index b99a6f9..ad4a894 100755 --- a/fonts/stylesheets/stylesheet.css +++ b/fonts/stylesheets/stylesheet.css @@ -302,13 +302,13 @@ font-family: 'firacode'; font-weight: bold; font-style: normal; - src: url('../resources/firacode/firacode-bold.otf'); + src: url('../resources/firacode/firacode-bold.woff'); } @font-face { font-family: 'firacode'; font-weight: normal; font-style: normal; - src: url('../resources/firacode/firacode.otf'); + src: url('../resources/firacode/firacode.woff'); } @font-face { font-family: 'fixedsys'; @@ -676,6 +676,12 @@ font-style: normal; src: url('../resources/notcouriersans/notcouriersans.woff'); } +@font-face { + font-family: 'noto'; + font-weight: bold; + font-style: normal; + src: url('../resources/noto/noto.ttf'); +} @font-face { font-family: 'nova'; font-weight: bold;