aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'fg21sim/webui/static/css')
-rw-r--r--fg21sim/webui/static/css/fonts.css16
1 files changed, 8 insertions, 8 deletions
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';
@@ -21,19 +21,19 @@
}
@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');
font-weight: normal;
font-style: italic;
}
@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;
}