From d414aa5084a05d92209781a602efbf520ebf10e3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 29 Jul 2019 13:35:58 +0300 Subject: fix issues with font-family with spaces; add caecilia --- css/reader.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'css') 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; +} -- cgit v1.2.3