summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2024-01-13 12:33:11 +0300
committerAndrew Dolgov <[email protected]>2024-01-13 12:33:11 +0300
commitdf96606477ea5bb866c8c615441037f07fafd3b0 (patch)
treef642667324bf90cea4b5e794cef9b296a670c34f /lib
parentd31fcb72cc6f6b2d1d798a75ff62d06c4dcd0cb4 (diff)
fonts, service worker cleanup
Diffstat (limited to 'lib')
-rw-r--r--lib/fonts/IBMPlexMono-Bold.otfbin0 -> 73380 bytes
-rw-r--r--lib/fonts/IBMPlexMono-BoldItalic.otfbin0 -> 79484 bytes
-rw-r--r--lib/fonts/IBMPlexMono-Text.otfbin0 -> 72468 bytes
-rw-r--r--lib/fonts/IBMPlexMono-TextItalic.otfbin0 -> 80244 bytes
-rw-r--r--lib/fonts/fonts.css179
5 files changed, 179 insertions, 0 deletions
diff --git a/lib/fonts/IBMPlexMono-Bold.otf b/lib/fonts/IBMPlexMono-Bold.otf
new file mode 100644
index 0000000..47ad627
--- /dev/null
+++ b/lib/fonts/IBMPlexMono-Bold.otf
Binary files differ
diff --git a/lib/fonts/IBMPlexMono-BoldItalic.otf b/lib/fonts/IBMPlexMono-BoldItalic.otf
new file mode 100644
index 0000000..f68feb4
--- /dev/null
+++ b/lib/fonts/IBMPlexMono-BoldItalic.otf
Binary files differ
diff --git a/lib/fonts/IBMPlexMono-Text.otf b/lib/fonts/IBMPlexMono-Text.otf
new file mode 100644
index 0000000..9871c9a
--- /dev/null
+++ b/lib/fonts/IBMPlexMono-Text.otf
Binary files differ
diff --git a/lib/fonts/IBMPlexMono-TextItalic.otf b/lib/fonts/IBMPlexMono-TextItalic.otf
new file mode 100644
index 0000000..5f4422b
--- /dev/null
+++ b/lib/fonts/IBMPlexMono-TextItalic.otf
Binary files differ
diff --git a/lib/fonts/fonts.css b/lib/fonts/fonts.css
new file mode 100644
index 0000000..f6381b4
--- /dev/null
+++ b/lib/fonts/fonts.css
@@ -0,0 +1,179 @@
+/** Calibri */
+
+@font-face {
+ font-family: 'Calibri';
+ src: url(calibriz.ttf);
+ font-style: italic;
+ font-weight : 700;
+}
+
+@font-face {
+ font-family: 'Calibri';
+ src: url(calibrib.ttf);
+ font-style: normal;
+ font-weight : 700;
+}
+
+@font-face {
+ font-family: 'Calibri';
+ src: url(calibrii.ttf);
+ font-style: italic;
+ font-weight : 400;
+}
+
+@font-face {
+ font-family: 'Calibri';
+ src: url(calibri.ttf);
+ font-style: normal;
+ font-weight : 400;
+}
+
+/** Cambria */
+
+@font-face {
+ font-family: 'Cambria';
+ src: url(cambriab.ttf);
+ font-style: normal;
+ font-weight : 700;
+}
+
+@font-face {
+ font-family: 'Cambria';
+ src: url(cambriaz.ttf);
+ font-style: italic;
+ font-weight : 700;
+}
+
+@font-face {
+ font-family: 'Cambria';
+ src: url(cambriai.ttf);
+ font-style: italic;
+ font-weight : 400;
+}
+
+@font-face {
+ font-family: 'Cambria';
+ src: url(cambria.ttf);
+ font-style: normal;
+ font-weight : 400;
+}
+
+/** Caecilia */
+
+@font-face {
+ font-family : 'Caecilia';
+ font-style : normal;
+ font-weight : 700;
+ src: url(caeciliab.ttf);
+}
+
+@font-face {
+ font-family : 'Caecilia';
+ font-style : italic;
+ src: url(caeciliai.ttf);
+ font-weight : 400;
+}
+
+@font-face {
+ font-family : 'Caecilia';
+ font-style : normal;
+ src: url(caecilia.ttf);
+ 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