From cf22d3334225d791e0345164a0456cfcc86911ca Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 1 Nov 2016 21:46:29 +0800 Subject: webui: fonts.css: Use semibold instead of bold for Source Sans Pro --- fg21sim/webui/static/css/fonts.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'fg21sim') diff --git a/fg21sim/webui/static/css/fonts.css b/fg21sim/webui/static/css/fonts.css index 8c7815a..e01f1a7 100644 --- a/fg21sim/webui/static/css/fonts.css +++ b/fg21sim/webui/static/css/fonts.css @@ -11,7 +11,7 @@ /** - * Source Sans Pro + * Source Sans Pro: Regular + Semibold */ @font-face { font-family: 'Source Sans Pro'; @@ -19,12 +19,6 @@ font-weight: normal; font-style: normal; } -@font-face { - font-family: 'Source Sans Pro'; - src: url('../fonts/SourceSansPro-Bold.ttf.woff') format('woff'); - font-weight: bold; - font-style: normal; -} @font-face { font-family: 'Source Sans Pro'; src: url('../fonts/SourceSansPro-It.ttf.woff') format('woff'); @@ -33,7 +27,13 @@ } @font-face { font-family: 'Source Sans Pro'; - src: url('../fonts/SourceSansPro-BoldIt.ttf.woff') format('woff'); + src: url('../fonts/SourceSansPro-Semibold.ttf.woff') format('woff'); + font-weight: bold; + font-style: normal; +} +@font-face { + font-family: 'Source Sans Pro'; + src: url('../fonts/SourceSansPro-SemiboldIt.ttf.woff') format('woff'); font-weight: bold; font-style: italic; } -- cgit v1.2.2