summaryrefslogtreecommitdiff
path: root/styles/vollkorn.css
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2019-04-11 13:32:04 +0200
committerPaweł Redman <pawel.redman@gmail.com>2019-04-11 13:32:04 +0200
commite0b593c90599009a903d1856555eacf33245005d (patch)
tree4e45d604030b68b7048d5a3a419ec91f03594ebb /styles/vollkorn.css
Initial commit
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;
+}