summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-10-08 16:30:03 +0300
committerAndrew Dolgov <[email protected]>2020-10-08 16:30:03 +0300
commit8d57b9a5df1ea82e037aa31dd843f999df155b05 (patch)
treeca3786ebbb41ea5d6f9ada5c38d0192f9df5e929 /css
parent37fadab4eb67d20fe0689eeff914cbeecb20e5d4 (diff)
even more gulp-related stuff
Diffstat (limited to 'css')
-rw-r--r--css/reader.css44
1 files changed, 0 insertions, 44 deletions
diff --git a/css/reader.css b/css/reader.css
deleted file mode 100644
index 1b222ea..0000000
--- a/css/reader.css
+++ /dev/null
@@ -1,44 +0,0 @@
-a {
- color : #007d71;
- text-decoration : none;
-}
-
-a:visited {
- text-decoration: underline;
-}
-
-a:hover,
-a:focus {
- color: #00302c;
- text-decoration: underline;
-}
-
-blockquote {
- font-style : italic;
-}
-
-/* ugly hack: this assumes default prefix used for epube - /books/
- * since CSS is loaded inline, relative urls won't work properly so
- * it's hardcoded for the time being (the alternative is pointing to
- * website root) */
-
-/* fonts below are freely available although license is likely proprietary
- * so i'm not bundling the files */
-
-@font-face {
- font-family: Caecilia;
- src: local('PMN Caecilia 55'), url('/books/lib/fonts/pmn-caecilia-55.ttf') format('truetype');
- font-weight : normal;
-}
-
-@font-face {
- font-family: Caecilia;
- src: local('PMN Caecilia 75'), url('/books/lib/fonts/pmn-caecilia-75.ttf') format('truetype');
- font-weight : bold;
-}
-
-@font-face {
- font-family: Caecilia;
- src: local('PMN Caecilia 56'), url('/books/lib/fonts/pmn-caecilia-56.ttf') format('truetype');
- font-style : italic;
-}