summaryrefslogtreecommitdiff
path: root/styles/vollkorn.css
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2020-05-27 17:37:39 +0200
committerPaweł Redman <pawel.redman@gmail.com>2020-05-27 17:37:39 +0200
commitb2df5d68a71662f83c27edace4c828ccb5ea07e1 (patch)
treefcf301f1e824c1ad82b15635178a392c5a9caeef /styles/vollkorn.css
parent803997af0dfd6e8923b10ad91c9c2239624b5f86 (diff)
Minor redesign (mostly a new font)
This replaces Vollkorn with Roboto, a more modern-looking font. Also, a new background, which tiles properly and has less contrast. Tables of contents now float to the right on desktop layouts and some more minor readability changes.
Diffstat (limited to 'styles/vollkorn.css')
-rw-r--r--styles/vollkorn.css55
1 files changed, 0 insertions, 55 deletions
diff --git a/styles/vollkorn.css b/styles/vollkorn.css
deleted file mode 100644
index 79144cf..0000000
--- a/styles/vollkorn.css
+++ /dev/null
@@ -1,55 +0,0 @@
-@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;
-}