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