Quellcode durchsuchen

Switch font again

master
Chris Smith vor 4 Jahren
Ursprung
Commit
8182972d91
Signiert von: Chris Smith <chris@chameth.com> GPG-Schlüssel-ID: 3A2D4BBDC4A3C9A9

+ 3
- 3
site/assets/style/_fonts.sass Datei anzeigen

@@ -1,7 +1,7 @@
1 1
 // Defines font families
2 2
 
3 3
 $font-dir: '/res/fonts/'
4
-$text-font: 'TeX Gyre Heros'
4
+$text-font: 'Source Sans Pro'
5 5
 
6 6
 // Provides src properties for woff2 and woff font files.
7 7
 @mixin woff-font-src($file-name)
@@ -9,10 +9,10 @@ $text-font: 'TeX Gyre Heros'
9 9
   src: url($font + '.woff2') format('woff2'), url($font + '.woff') format('woff')
10 10
 
11 11
 @font-face
12
-  font-family: 'TeX Gyre Heros'
12
+  font-family: 'Source Sans Pro'
13 13
   font-weight: normal
14 14
   font-style: normal
15
-  @include woff-font-src('TeXGyreHeros-Regular')
15
+  @include woff-font-src('SourceScansPro-Regular')
16 16
 
17 17
 @font-face
18 18
   font-family: 'League Spartan'

BIN
site/static/res/fonts/SourceSansPro-Regular.woff Datei anzeigen


BIN
site/static/res/fonts/SourceSansPro-Regular.woff2 Datei anzeigen


BIN
site/static/res/fonts/TeXGyreHeros-Regular.woff Datei anzeigen


BIN
site/static/res/fonts/TeXGyreHeros-Regular.woff2 Datei anzeigen


Laden…
Abbrechen
Speichern