]> Vexing Labs - letters.git/commitdiff
Fix fonts
authorAdam A.G. Shamblin <adam.shamblin@gmail.com>
Sat, 13 Apr 2019 04:31:30 +0000 (22:31 -0600)
committerAdam A.G. Shamblin <adam.shamblin@gmail.com>
Sat, 13 Apr 2019 04:31:30 +0000 (22:31 -0600)
themes/letters/static/css/fonts.css
themes/letters/static/css/main.css

index e0e5b205ea50df40e1ee2bf6a34f82d70c56ffdd..ed6ac5e3c6807188b73a99c6c5e238b1666b2382 100644 (file)
@@ -1,9 +1,18 @@
 @font-face {
        font-family: 'Exo 2';
-       font-style: normal;
-       font-weight: 400;
-       src:
-               url(../fonts/Exo2-Regular.otp') format('opentype'),
-               url(../fonts/Exo2-Bold.otp') format('opentype'),
-               url(../fonts/Exo2-Italic.otp') format('opentype');
+  font-weight: normal;
+  font-style: italic;
+       src: url(../fonts/Exo2-Regular.otf) format('opentype');
+}
+@font-face {
+       font-family: 'Exo 2';
+  font-weight: bold;
+  font-style: bold;
+       src: url(../fonts/Exo2-Bold.otf) format('opentype');
+}
+@font-face {
+       font-family: 'Exo 2';
+  font-weight: normal;
+  font-style: italic;
+       src: url(../fonts/Exo2-Italic.otf) format('opentype');
 }
index 3632d6366f3a6e38e554bc055576052851753922..c85eecd5f91a7ebb986fba0de85d87ea3f63d7f4 100644 (file)
@@ -53,6 +53,7 @@ a:link, a:visited {
        color: #708090;
        padding: 0 1px;
        text-decoration: underline;
+  font-family: 'Exo 2', sans-serif;
 }
 a:hover, a:active {
        background-color: #708090;