switch news fonts to Old Standard TT

workspace
Brendan Howell 4 years ago
parent ff3c180b7b
commit 385a889e48

@ -10,13 +10,14 @@
} }
} }
body { body {
font-family: "Gelasio"; font-family: "Old Standard TT";
font-size: 10pt; font-size: 10pt;
line-height: 1; line-height: 1;
counter-reset: sidenote-counter; counter-reset: sidenote-counter;
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-family: "Playfair Display SC"; font-weight: 400;
font-variant: small-caps;
} }
img { img {
max-width: 100%; max-width: 100%;

@ -1,4 +1,4 @@
Copyright 2017 The Playfair Display Project Authors (https://github.com/clauseggers/Playfair-Display), with Reserved Font Name "Playfair Display". Copyright 2011 The Old Standard Project Authors (amkryukov@gmail.com)
This Font Software is licensed under the SIL Open Font License, Version 1.1. This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at: This license is copied below, and is also available with a FAQ at:

@ -1,5 +0,0 @@
This package was compiled by Christian Perfect (http://checkmyworking.com) from the Computer Modern Unicode fonts created by Andrey V. Panov (http://cm-unicode.sourceforge.net/)
They're released under the SIL Open Font License. See OFL.txt and OFL-FAQ.txt for the terms.
A demo page for these fonts was at http://www.checkmyworking.com/cm-web-fonts/ when I released them. I can only apologise, citizen of the future, if that address doesn't exist any more.

@ -14,12 +14,13 @@
font-size: 100%; font-size: 100%;
} }
body { body {
font-family: "Gelasio"; font-family: "Old Standard TT";
font-size: 12px; font-size: 12px;
line-height: 1; line-height: 1;
} }
h1 { h1 {
font-family: "Playfair Display SC"; font-variant: small-caps;
font-weight: 400;
} }
img { img {
max-width: 100%; max-width: 100%;
@ -49,7 +50,8 @@
border-bottom: 2px solid black; border-bottom: 2px solid black;
padding: 5px; padding: 5px;
clear: both; clear: both;
font-family: "Playfair Display SC"; font-variant: small-caps;
font-weight: 400;
} }
#motto { #motto {
float: left; float: left;
@ -69,8 +71,8 @@
margin-bottom: 1em; margin-bottom: 1em;
} }
.entry .title{ .entry .title{
font-weight: bold; font-variant: small-caps;
font-family: "Playfair Display SC"; font-weight: 400;
/* text-align: justify; */ /* text-align: justify; */
} }
.entry .source{ .entry .source{
@ -109,7 +111,8 @@
.mail div.mailact { .mail div.mailact {
width: 25%; width: 25%;
float: right; float: right;
font-family: "Playfair Display SC"; font-variant: small-caps;
font-weight: 400;
} }
.mail div.actname { .mail div.actname {
height: 10px; height: 10px;

Loading…
Cancel
Save