summaryrefslogtreecommitdiff
path: root/org.fox.epube/src/main/assets/android.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2024-01-12 21:02:45 +0300
committerAndrew Dolgov <[email protected]>2024-01-12 21:02:45 +0300
commit034925ae9ad77db153f9863a1930c5cb59ff2106 (patch)
tree76a3947ab7a10e1a4c7f6ff18bd0f2dd068c884e /org.fox.epube/src/main/assets/android.css
parent78bc208f613362c7fd6cb21e0dfb300a7dff5b53 (diff)
Diffstat (limited to 'org.fox.epube/src/main/assets/android.css')
-rw-r--r--org.fox.epube/src/main/assets/android.css96
1 files changed, 96 insertions, 0 deletions
diff --git a/org.fox.epube/src/main/assets/android.css b/org.fox.epube/src/main/assets/android.css
index 2396580..f6381b4 100644
--- a/org.fox.epube/src/main/assets/android.css
+++ b/org.fox.epube/src/main/assets/android.css
@@ -81,3 +81,99 @@
font-weight : 400;
}
+/** Palatino */
+
+@font-face {
+ font-family: 'Palatino';
+ src: url(palab.ttf);
+ font-style: normal;
+ font-weight : 700;
+}
+
+@font-face {
+ font-family: 'Palatino';
+ src: url(palabi.ttf);
+ font-style: italic;
+ font-weight : 700;
+}
+
+@font-face {
+ font-family: 'Palatino';
+ src: url(palai.ttf);
+ font-style: italic;
+ font-weight : 400;
+}
+
+@font-face {
+ font-family: 'Palatino';
+ src: url(pala.ttf);
+ font-style: normal;
+ font-weight : 400;
+}
+
+/** Consolas */
+
+@font-face {
+ font-family: 'Consolas';
+ src: url(consolab.ttf);
+ font-style: normal;
+ font-weight : 700;
+}
+
+@font-face {
+ font-family: 'Consolas';
+ src: url(consolaz.ttf);
+ font-style: italic;
+ font-weight : 700;
+}
+
+@font-face {
+ font-family: 'Consolas';
+ src: url(consolai.ttf);
+ font-style: italic;
+ font-weight : 400;
+}
+
+@font-face {
+ font-family: 'Consolas';
+ src: url(consola.ttf);
+ font-style: normal;
+ font-weight : 400;
+}
+
+/** IBM Plex Mono */
+
+@font-face {
+ font-family: 'IBM Plex Mono';
+ src: url(IBMPlexMono-Bold.otf);
+ font-style: normal;
+ font-weight : 700;
+}
+
+@font-face {
+ font-family: 'IBM Plex Mono';
+ src: url(IBMPlexMono-BoldItalic.otf);
+ font-style: italic;
+ font-weight : 700;
+}
+
+@font-face {
+ font-family: 'IBM Plex Mono';
+ src: url(IBMPlexMono-TextItalic.otf);
+ font-style: italic;
+ font-weight : 400;
+}
+
+@font-face {
+ font-family: 'IBM Plex Mono';
+ src: url(consola.ttf);
+ font-style: normal;
+ font-weight : 400;
+}
+
+@font-face {
+ font-family: 'IBM Plex Mono';
+ src: url(IBMPlexMono-Text.otf);
+ font-style: normal;
+ font-weight : 400;
+} \ No newline at end of file