diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-02-13 00:08:27 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-02-13 00:20:24 +0100 |
| commit | 8c50411480ff73f347aa9977c814db0557f5ed79 (patch) | |
| tree | 3307f56be964f07e351ae349904acc7d1d9aee7e /stylesheets | |
| parent | 2720a02f7858adc2870bbfe1e4891e616245ecc9 (diff) | |
| download | quatuorbellefeuille.com-8c50411480ff73f347aa9977c814db0557f5ed79.tar.xz | |
Self-host fonts
https://rewis.io/urteile/urteil/lhm-20-01-2022-3-o-1749320/
Diffstat (limited to 'stylesheets')
| -rw-r--r-- | stylesheets/fonts.css | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/stylesheets/fonts.css b/stylesheets/fonts.css new file mode 100644 index 0000000..bb79bbf --- /dev/null +++ b/stylesheets/fonts.css @@ -0,0 +1,31 @@ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + font-stretch: normal; + font-display: swap; + src: url(../fonts/OpenSans400.ttf) format('truetype'); +} +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 600; + font-stretch: normal; + font-display: swap; + src: url(../fonts/OpenSans600.ttf) format('truetype'); +} +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 700; + font-stretch: normal; + font-display: swap; + src: url(../fonts/OpenSans700.ttf) format('truetype'); +} +@font-face { + font-family: 'Cormorant'; + font-style: italic; + font-weight: 500; + font-display: swap; + src: url(../fonts/Cormorant500i.ttf) format('truetype'); +} |
