summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-07-29 13:35:58 +0300
committerAndrew Dolgov <[email protected]>2019-07-29 13:35:58 +0300
commitd414aa5084a05d92209781a602efbf520ebf10e3 (patch)
treeca944978cf544973e23adca226c904fbba916c8e /css
parent240913c16f02b85e56e2b02a98f4cc0fbdb3d750 (diff)
fix issues with font-family with spaces; add caecilia
Diffstat (limited to 'css')
-rw-r--r--css/reader.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/css/reader.css b/css/reader.css
index a9f707e..196f747 100644
--- a/css/reader.css
+++ b/css/reader.css
@@ -12,3 +12,21 @@ a:focus {
color: #00302c;
text-decoration: underline;
}
+
+@font-face {
+ font-family: Caecilia;
+ src: local('PMN Caecilia 55');
+ font-weight : normal;
+}
+
+@font-face {
+ font-family: Caecilia;
+ src: local('PMN Caecilia 75');
+ font-weight : bold;
+}
+
+@font-face {
+ font-family: Caecilia;
+ src: local('PMN Caecilia 56');
+ font-style : italic;
+}