Commit 965e311aa25315cca3c328c03bc1bd6e746e04da

Authored by Geoffrey PREUD'HOMME
1 parent dfae230d

Police du Club Info

assets/geosanslight-webfont.woff 0 → 100644
No preview for this file type
assets/geosanslight-webfont.woff2 0 → 100644
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 +
... ...