summaryrefslogtreecommitdiff
path: root/stylesheets/fonts.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2022-02-13 00:08:27 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2022-02-13 00:20:24 +0100
commit8c50411480ff73f347aa9977c814db0557f5ed79 (patch)
tree3307f56be964f07e351ae349904acc7d1d9aee7e /stylesheets/fonts.css
parent2720a02f7858adc2870bbfe1e4891e616245ecc9 (diff)
downloadquatuorbellefeuille.com-8c50411480ff73f347aa9977c814db0557f5ed79.tar.xz
Self-host fonts
https://rewis.io/urteile/urteil/lhm-20-01-2022-3-o-1749320/
Diffstat (limited to 'stylesheets/fonts.css')
-rw-r--r--stylesheets/fonts.css31
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');
+}