summaryrefslogtreecommitdiff
path: root/static/fonts/eb-garamond/font.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/fonts/eb-garamond/font.css')
-rw-r--r--static/fonts/eb-garamond/font.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/static/fonts/eb-garamond/font.css b/static/fonts/eb-garamond/font.css
new file mode 100644
index 0000000..db7773b
--- /dev/null
+++ b/static/fonts/eb-garamond/font.css
@@ -0,0 +1,27 @@
+@font-face {
+ font-family: 'EB Garamond';
+ font-style: normal;
+ font-weight: normal;
+ src: url('./EBGaramond-Regular.ttf');
+}
+
+@font-face {
+ font-family: 'EB Garamond';
+ font-style: normal;
+ font-weight: bold;
+ src: url('./EBGaramond-Bold.ttf');
+}
+
+@font-face {
+ font-family: 'EB Garamond';
+ font-style: italic;
+ font-weight: normal;
+ src: url('./EBGaramond-Italic.ttf');
+}
+
+@font-face {
+ font-family: 'EB Garamond';
+ font-style: italic;
+ font-weight: bold;
+ src: url('./EBGaramond-BoldItalic.ttf');
+}