Commit 965e311aa25315cca3c328c03bc1bd6e746e04da
1 parent
dfae230d
Police du Club Info
Showing
3 changed files
with
12 additions
and
0 deletions
Show diff stats
No preview for this file type
No preview for this file type
assets/main.scss
... | ... | @@ -48,3 +48,15 @@ $on-laptop: 800px; |
48 | 48 | .post-title, .post-meta { |
49 | 49 | text-align: center; |
50 | 50 | } |
51 | + | |
52 | +@font-face { | |
53 | + font-family: 'geosanslightregular'; | |
54 | + src: url('geosanslight-webfont.woff2') format('woff2'), | |
55 | + url('geosanslight-webfont.woff') format('woff'); | |
56 | + font-weight: normal; | |
57 | +} | |
58 | + | |
59 | +h1, h2, h3, h4, h5, h6 { | |
60 | + font-family: 'geosanslightregular'; | |
61 | +} | |
62 | + | ... | ... |