summaryrefslogtreecommitdiff
path: root/styles/vollkorn.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/vollkorn.css')
-rw-r--r--styles/vollkorn.css55
1 files changed, 55 insertions, 0 deletions
diff --git a/styles/vollkorn.css b/styles/vollkorn.css
new file mode 100644
index 0000000..79144cf
--- /dev/null
+++ b/styles/vollkorn.css
@@ -0,0 +1,55 @@
+@font-face {
+ font-family: 'Vollkorn';
+ src: url('VollkornRegular.ttf') format('truetype');
+ font-weight: 400;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Vollkorn';
+ src: url('VollkornItalic.ttf') format('truetype');
+ font-weight: 400;
+ font-style: italic;
+}
+
+@font-face {
+ font-family: 'Vollkorn';
+ src: url('VollkornMedium.ttf') format('truetype');
+ font-weight: 500;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Vollkorn';
+ src: url('VollkornMediumItalic.ttf') format('truetype');
+ font-weight: 500;
+ font-style: italic;
+}
+
+@font-face {
+ font-family: 'Vollkorn';
+ src: url('VollkornSemibold.ttf') format('truetype');
+ font-weight: 700;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Vollkorn';
+ src: url('VollkornSemiboldItalic.ttf') format('truetype');
+ font-weight: 700;
+ font-style: italic;
+}
+
+@font-face {
+ font-family: 'Vollkorn';
+ src: url('VollkornBold.ttf') format('truetype');
+ font-weight: 900;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Vollkorn';
+ src: url('VollkornBoldItalic.ttf') format('truetype');
+ font-weight: 900;
+ font-style: italic;
+}