From 965e311aa25315cca3c328c03bc1bd6e746e04da Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Sat, 17 Dec 2016 07:21:42 +0100 Subject: [PATCH] Police du Club Info --- assets/geosanslight-webfont.woff | Bin 0 -> 35624 bytes assets/geosanslight-webfont.woff2 | Bin 0 -> 27072 bytes assets/main.scss | 12 ++++++++++++ 3 files changed, 12 insertions(+), 0 deletions(-) create mode 100644 assets/geosanslight-webfont.woff create mode 100644 assets/geosanslight-webfont.woff2 diff --git a/assets/geosanslight-webfont.woff b/assets/geosanslight-webfont.woff new file mode 100644 index 0000000..ecf4a70 Binary files /dev/null and b/assets/geosanslight-webfont.woff differ diff --git a/assets/geosanslight-webfont.woff2 b/assets/geosanslight-webfont.woff2 new file mode 100644 index 0000000..bccb818 Binary files /dev/null and b/assets/geosanslight-webfont.woff2 differ diff --git a/assets/main.scss b/assets/main.scss index 9d6c4c4..30adf2a 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -48,3 +48,15 @@ $on-laptop: 800px; .post-title, .post-meta { text-align: center; } + +@font-face { + font-family: 'geosanslightregular'; + src: url('geosanslight-webfont.woff2') format('woff2'), + url('geosanslight-webfont.woff') format('woff'); + font-weight: normal; +} + +h1, h2, h3, h4, h5, h6 { + font-family: 'geosanslightregular'; +} + -- libgit2 0.21.2