Browse Source

Switch font again

master
Chris Smith 4 years ago
parent
commit
8182972d91
Signed by: Chris Smith <chris@chameth.com> GPG Key ID: 3A2D4BBDC4A3C9A9

+ 3
- 3
site/assets/style/_fonts.sass View File

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

BIN
site/static/res/fonts/SourceSansPro-Regular.woff View File


BIN
site/static/res/fonts/SourceSansPro-Regular.woff2 View File


BIN
site/static/res/fonts/TeXGyreHeros-Regular.woff View File


BIN
site/static/res/fonts/TeXGyreHeros-Regular.woff2 View File


Loading…
Cancel
Save