diff options
author | hellekin <hellekin@cepheide.org> | 2019-06-30 01:08:08 +0200 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2019-06-30 01:08:08 +0200 |
commit | 0ae632e934c058c6f21a7141edff0a0587a607ba (patch) | |
tree | 3f7331f657b3114022815164572aaa1ae6242b64 /assets/scss/_fonts.scss | |
parent | 72ced76570b852a6dc8e4f2b724a0b6f48582e43 (diff) | |
download | lesoiseaux.io-0ae632e934c058c6f21a7141edff0a0587a607ba.tar.gz |
Add compressed CSS and fonts SCSS
Diffstat (limited to 'assets/scss/_fonts.scss')
-rw-r--r-- | assets/scss/_fonts.scss | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/assets/scss/_fonts.scss b/assets/scss/_fonts.scss new file mode 100644 index 0000000..5996c3f --- /dev/null +++ b/assets/scss/_fonts.scss @@ -0,0 +1,20 @@ +/* latin */ +@font-face { + font-family: "Cormorant Garamond"; + font-style: normal; + font-weight: 700; + font-display: swap; + src: local("Cormorant Garamond Bold"), + local("CormorantGaramond-Bold"), + url(/assets/fonts/cormorant-garamond.woff2) format("woff2"); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} + +/* latin */ +@font-face { + font-family: "Abel"; + src: local("Abel Regular"), + local("Abel-Regular"), + url(/assets/fonts/abel.woff2) format("woff2"); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} |