diff options
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | css/fonts.scss | 30 | ||||
-rw-r--r-- | html/about.html | 3 |
3 files changed, 32 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cbf3e69..d4e5282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 4.2 + +* Remove and add some fonts +* Update font attribution + ## 4.1 * Fix *coming soon* pages diff --git a/css/fonts.scss b/css/fonts.scss index 2956c3d..85271b5 100644 --- a/css/fonts.scss +++ b/css/fonts.scss @@ -21,20 +21,38 @@ } @font-face { - font-family: "Oswald"; - src: url("/ttf/Oswald-Regular.ttf"); + font-family: "Montserrat"; + src: url("/ttf/Montserrat-Regular.ttf"); } @font-face { - font-family: "Oswald"; + font-family: "Montserrat"; + font-style: italic; + src: url("/ttf/Montserrat-Italic.ttf"); +} + +@font-face { + font-family: "Montserrat"; + font-weight: bold; + src: url("/ttf/Montserrat-Bold.ttf"); +} + +@font-face { + font-family: "Montserrat"; + font-style: italic; font-weight: bold; - src: url("/ttf/Oswald-Bold.ttf"); + src: url("/ttf/Montserrat-BoldItalic.ttf"); +} + +@font-face { + font-family: "Play"; + src: url("/ttf/Play-Regular.ttf"); } @font-face { - font-family: "Oswald"; + font-family: "Play"; font-weight: bold; - src: url("/ttf/Oswald-Bold.ttf"); + src: url("/ttf/Play-Bold.ttf"); } @font-face { diff --git a/html/about.html b/html/about.html index 988431e..893ebaa 100644 --- a/html/about.html +++ b/html/about.html @@ -82,6 +82,9 @@ <p>Julieta Ulanovsky, Sol Matas, Juan Pablo del Peral, and Jacques Le Bailly: <a href="https://fonts.google.com/specimen/Montserrat/"><em>Montserrat</em></a></p> </li> <li> + <p>Jonas Hecksher: <a href="https://fonts.google.com/specimen/Play/"><em>Play</em></a></p> + </li> + <li> <p>Claus Eggers Sørensen: <a href="https://fonts.google.com/specimen/Playfair+Display/"><em>Playfair Display</em></a></p> </li> <li> |