summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKit La Touche <kit@transneptune.net>2025-01-13 17:30:29 -0500
committerKit La Touche <kit@transneptune.net>2025-01-13 17:30:29 -0500
commit21c566479962cd7ecfa6dccd929b3069d0b201f9 (patch)
treea312312fc339e8b76b411b05bbf6361eb014315a
parentbc0d9748cb403523426b43847b54c3b98e17bdea (diff)
Add initial fonts
We're not using Overlock currently, but I think it'll be good on headers and stuff?
-rw-r--r--ui/app.css2
-rw-r--r--ui/fonts/AlegreyaSans-Black.otfbin0 -> 109072 bytes
-rw-r--r--ui/fonts/AlegreyaSans-BlackItalic.otfbin0 -> 105624 bytes
-rw-r--r--ui/fonts/AlegreyaSans-Bold.otfbin0 -> 108264 bytes
-rw-r--r--ui/fonts/AlegreyaSans-BoldItalic.otfbin0 -> 104712 bytes
-rw-r--r--ui/fonts/AlegreyaSans-ExtraBold.otfbin0 -> 109508 bytes
-rw-r--r--ui/fonts/AlegreyaSans-ExtraBoldItalic.otfbin0 -> 105840 bytes
-rw-r--r--ui/fonts/AlegreyaSans-Italic.otfbin0 -> 103872 bytes
-rw-r--r--ui/fonts/AlegreyaSans-Light.otfbin0 -> 107152 bytes
-rw-r--r--ui/fonts/AlegreyaSans-LightItalic.otfbin0 -> 105432 bytes
-rw-r--r--ui/fonts/AlegreyaSans-Medium.otfbin0 -> 107728 bytes
-rw-r--r--ui/fonts/AlegreyaSans-MediumItalic.otfbin0 -> 103808 bytes
-rw-r--r--ui/fonts/AlegreyaSans-Regular.otfbin0 -> 107260 bytes
-rw-r--r--ui/fonts/AlegreyaSans-Thin.otfbin0 -> 103764 bytes
-rw-r--r--ui/fonts/AlegreyaSans-ThinItalic.otfbin0 -> 105948 bytes
-rw-r--r--ui/fonts/AlegreyaSansSC-Black.otfbin0 -> 100068 bytes
-rw-r--r--ui/fonts/AlegreyaSansSC-BlackItalic.otfbin0 -> 96924 bytes
-rw-r--r--ui/fonts/AlegreyaSansSC-Bold.otfbin0 -> 99428 bytes
-rw-r--r--ui/fonts/AlegreyaSansSC-BoldItalic.otfbin0 -> 96100 bytes
-rw-r--r--ui/fonts/AlegreyaSansSC-ExtraBold.otfbin0 -> 99784 bytes
-rw-r--r--ui/fonts/AlegreyaSansSC-ExtraBoldItalic.otfbin0 -> 97224 bytes
-rw-r--r--ui/fonts/AlegreyaSansSC-Italic.otfbin0 -> 94224 bytes
-rw-r--r--ui/fonts/AlegreyaSansSC-Light.otfbin0 -> 97876 bytes
-rw-r--r--ui/fonts/AlegreyaSansSC-LightItalic.otfbin0 -> 94852 bytes
-rw-r--r--ui/fonts/AlegreyaSansSC-Medium.otfbin0 -> 97916 bytes
-rw-r--r--ui/fonts/AlegreyaSansSC-MediumItalic.otfbin0 -> 93900 bytes
-rw-r--r--ui/fonts/AlegreyaSansSC-Regular.otfbin0 -> 97988 bytes
-rw-r--r--ui/fonts/AlegreyaSansSC-Thin.otfbin0 -> 93428 bytes
-rw-r--r--ui/fonts/AlegreyaSansSC-ThinItalic.otfbin0 -> 94744 bytes
-rw-r--r--ui/fonts/Archistico_Bold.ttfbin0 -> 409892 bytes
-rw-r--r--ui/fonts/Archistico_Simple.ttfbin0 -> 456044 bytes
-rw-r--r--ui/fonts/FiraCode-Bold.otfbin0 -> 130872 bytes
-rw-r--r--ui/fonts/FiraCode-Light.otfbin0 -> 131624 bytes
-rw-r--r--ui/fonts/FiraCode-Medium.otfbin0 -> 138800 bytes
-rw-r--r--ui/fonts/FiraCode-Regular.otfbin0 -> 137876 bytes
-rw-r--r--ui/fonts/FiraCode-Retina.otfbin0 -> 132376 bytes
-rw-r--r--ui/fonts/Overlock-Black.ttfbin0 -> 43224 bytes
-rw-r--r--ui/fonts/Overlock-BlackItalic.ttfbin0 -> 44088 bytes
-rw-r--r--ui/fonts/Overlock-Bold.ttfbin0 -> 42368 bytes
-rw-r--r--ui/fonts/Overlock-BoldItalic.ttfbin0 -> 45836 bytes
-rw-r--r--ui/fonts/Overlock-Italic.ttfbin0 -> 44160 bytes
-rw-r--r--ui/fonts/Overlock-Regular.ttfbin0 -> 49656 bytes
-rw-r--r--ui/fonts/alegreya-license.txt47
-rw-r--r--ui/fonts/archistico-license.txt8
-rw-r--r--ui/fonts/fira-code-license.txt45
-rw-r--r--ui/fonts/overlock-license.txt47
-rw-r--r--ui/styles/app-bar.css2
-rw-r--r--ui/styles/fonts.css31
-rw-r--r--ui/styles/messages.css5
-rw-r--r--ui/styles/textarea.css1
50 files changed, 186 insertions, 2 deletions
diff --git a/ui/app.css b/ui/app.css
index 2df588e..c9bcff5 100644
--- a/ui/app.css
+++ b/ui/app.css
@@ -1,4 +1,5 @@
@import url("styles/reset.css");
+@import url("styles/fonts.css");
@import url("styles/variables.css");
@import url("styles/overscroll.css");
@import url("styles/app-bar.css");
@@ -13,6 +14,7 @@
body {
background-color: var(--colour-active-channel-bg);
color: var(--dark-text);
+ font-family: "Alegreya";
}
hr {
diff --git a/ui/fonts/AlegreyaSans-Black.otf b/ui/fonts/AlegreyaSans-Black.otf
new file mode 100644
index 0000000..7c4cdaa
--- /dev/null
+++ b/ui/fonts/AlegreyaSans-Black.otf
Binary files differ
diff --git a/ui/fonts/AlegreyaSans-BlackItalic.otf b/ui/fonts/AlegreyaSans-BlackItalic.otf
new file mode 100644
index 0000000..c2fdae7
--- /dev/null
+++ b/ui/fonts/AlegreyaSans-BlackItalic.otf
Binary files differ
diff --git a/ui/fonts/AlegreyaSans-Bold.otf b/ui/fonts/AlegreyaSans-Bold.otf
new file mode 100644
index 0000000..f44c12a
--- /dev/null
+++ b/ui/fonts/AlegreyaSans-Bold.otf
Binary files differ
diff --git a/ui/fonts/AlegreyaSans-BoldItalic.otf b/ui/fonts/AlegreyaSans-BoldItalic.otf
new file mode 100644
index 0000000..da1c8fb
--- /dev/null
+++ b/ui/fonts/AlegreyaSans-BoldItalic.otf
Binary files differ
diff --git a/ui/fonts/AlegreyaSans-ExtraBold.otf b/ui/fonts/AlegreyaSans-ExtraBold.otf
new file mode 100644
index 0000000..1bcbf5a
--- /dev/null
+++ b/ui/fonts/AlegreyaSans-ExtraBold.otf
Binary files differ
diff --git a/ui/fonts/AlegreyaSans-ExtraBoldItalic.otf b/ui/fonts/AlegreyaSans-ExtraBoldItalic.otf
new file mode 100644
index 0000000..11c5dd5
--- /dev/null
+++ b/ui/fonts/AlegreyaSans-ExtraBoldItalic.otf
Binary files differ
diff --git a/ui/fonts/AlegreyaSans-Italic.otf b/ui/fonts/AlegreyaSans-Italic.otf
new file mode 100644
index 0000000..16218fd
--- /dev/null
+++ b/ui/fonts/AlegreyaSans-Italic.otf
Binary files differ
diff --git a/ui/fonts/AlegreyaSans-Light.otf b/ui/fonts/AlegreyaSans-Light.otf
new file mode 100644
index 0000000..54df413
--- /dev/null
+++ b/ui/fonts/AlegreyaSans-Light.otf
Binary files differ
diff --git a/ui/fonts/AlegreyaSans-LightItalic.otf b/ui/fonts/AlegreyaSans-LightItalic.otf
new file mode 100644
index 0000000..ecc7061
--- /dev/null
+++ b/ui/fonts/AlegreyaSans-LightItalic.otf
Binary files differ
diff --git a/ui/fonts/AlegreyaSans-Medium.otf b/ui/fonts/AlegreyaSans-Medium.otf
new file mode 100644
index 0000000..285fa87
--- /dev/null
+++ b/ui/fonts/AlegreyaSans-Medium.otf
Binary files differ
diff --git a/ui/fonts/AlegreyaSans-MediumItalic.otf b/ui/fonts/AlegreyaSans-MediumItalic.otf
new file mode 100644
index 0000000..07f4ef6
--- /dev/null
+++ b/ui/fonts/AlegreyaSans-MediumItalic.otf
Binary files differ
diff --git a/ui/fonts/AlegreyaSans-Regular.otf b/ui/fonts/AlegreyaSans-Regular.otf
new file mode 100644
index 0000000..237e5b6
--- /dev/null
+++ b/ui/fonts/AlegreyaSans-Regular.otf
Binary files differ
diff --git a/ui/fonts/AlegreyaSans-Thin.otf b/ui/fonts/AlegreyaSans-Thin.otf
new file mode 100644
index 0000000..b1be577
--- /dev/null
+++ b/ui/fonts/AlegreyaSans-Thin.otf
Binary files differ
diff --git a/ui/fonts/AlegreyaSans-ThinItalic.otf b/ui/fonts/AlegreyaSans-ThinItalic.otf
new file mode 100644
index 0000000..ac18635
--- /dev/null
+++ b/ui/fonts/AlegreyaSans-ThinItalic.otf
Binary files differ
diff --git a/ui/fonts/AlegreyaSansSC-Black.otf b/ui/fonts/AlegreyaSansSC-Black.otf
new file mode 100644
index 0000000..cbe6466
--- /dev/null
+++ b/ui/fonts/AlegreyaSansSC-Black.otf
Binary files differ
diff --git a/ui/fonts/AlegreyaSansSC-BlackItalic.otf b/ui/fonts/AlegreyaSansSC-BlackItalic.otf
new file mode 100644
index 0000000..5d68630
--- /dev/null
+++ b/ui/fonts/AlegreyaSansSC-BlackItalic.otf
Binary files differ
diff --git a/ui/fonts/AlegreyaSansSC-Bold.otf b/ui/fonts/AlegreyaSansSC-Bold.otf
new file mode 100644
index 0000000..24d4f6c
--- /dev/null
+++ b/ui/fonts/AlegreyaSansSC-Bold.otf
Binary files differ
diff --git a/ui/fonts/AlegreyaSansSC-BoldItalic.otf b/ui/fonts/AlegreyaSansSC-BoldItalic.otf
new file mode 100644
index 0000000..9f9e299
--- /dev/null
+++ b/ui/fonts/AlegreyaSansSC-BoldItalic.otf
Binary files differ
diff --git a/ui/fonts/AlegreyaSansSC-ExtraBold.otf b/ui/fonts/AlegreyaSansSC-ExtraBold.otf
new file mode 100644
index 0000000..d97c4f3
--- /dev/null
+++ b/ui/fonts/AlegreyaSansSC-ExtraBold.otf
Binary files differ
diff --git a/ui/fonts/AlegreyaSansSC-ExtraBoldItalic.otf b/ui/fonts/AlegreyaSansSC-ExtraBoldItalic.otf
new file mode 100644
index 0000000..c540e92
--- /dev/null
+++ b/ui/fonts/AlegreyaSansSC-ExtraBoldItalic.otf
Binary files differ
diff --git a/ui/fonts/AlegreyaSansSC-Italic.otf b/ui/fonts/AlegreyaSansSC-Italic.otf
new file mode 100644
index 0000000..948ab1a
--- /dev/null
+++ b/ui/fonts/AlegreyaSansSC-Italic.otf
Binary files differ
diff --git a/ui/fonts/AlegreyaSansSC-Light.otf b/ui/fonts/AlegreyaSansSC-Light.otf
new file mode 100644
index 0000000..f8289f7
--- /dev/null
+++ b/ui/fonts/AlegreyaSansSC-Light.otf
Binary files differ
diff --git a/ui/fonts/AlegreyaSansSC-LightItalic.otf b/ui/fonts/AlegreyaSansSC-LightItalic.otf
new file mode 100644
index 0000000..9f118aa
--- /dev/null
+++ b/ui/fonts/AlegreyaSansSC-LightItalic.otf
Binary files differ
diff --git a/ui/fonts/AlegreyaSansSC-Medium.otf b/ui/fonts/AlegreyaSansSC-Medium.otf
new file mode 100644
index 0000000..8b2184e
--- /dev/null
+++ b/ui/fonts/AlegreyaSansSC-Medium.otf
Binary files differ
diff --git a/ui/fonts/AlegreyaSansSC-MediumItalic.otf b/ui/fonts/AlegreyaSansSC-MediumItalic.otf
new file mode 100644
index 0000000..52bb8ec
--- /dev/null
+++ b/ui/fonts/AlegreyaSansSC-MediumItalic.otf
Binary files differ
diff --git a/ui/fonts/AlegreyaSansSC-Regular.otf b/ui/fonts/AlegreyaSansSC-Regular.otf
new file mode 100644
index 0000000..020c4f0
--- /dev/null
+++ b/ui/fonts/AlegreyaSansSC-Regular.otf
Binary files differ
diff --git a/ui/fonts/AlegreyaSansSC-Thin.otf b/ui/fonts/AlegreyaSansSC-Thin.otf
new file mode 100644
index 0000000..97a5ff5
--- /dev/null
+++ b/ui/fonts/AlegreyaSansSC-Thin.otf
Binary files differ
diff --git a/ui/fonts/AlegreyaSansSC-ThinItalic.otf b/ui/fonts/AlegreyaSansSC-ThinItalic.otf
new file mode 100644
index 0000000..31c89d2
--- /dev/null
+++ b/ui/fonts/AlegreyaSansSC-ThinItalic.otf
Binary files differ
diff --git a/ui/fonts/Archistico_Bold.ttf b/ui/fonts/Archistico_Bold.ttf
new file mode 100644
index 0000000..6f44dee
--- /dev/null
+++ b/ui/fonts/Archistico_Bold.ttf
Binary files differ
diff --git a/ui/fonts/Archistico_Simple.ttf b/ui/fonts/Archistico_Simple.ttf
new file mode 100644
index 0000000..c5e9a99
--- /dev/null
+++ b/ui/fonts/Archistico_Simple.ttf
Binary files differ
diff --git a/ui/fonts/FiraCode-Bold.otf b/ui/fonts/FiraCode-Bold.otf
new file mode 100644
index 0000000..2699839
--- /dev/null
+++ b/ui/fonts/FiraCode-Bold.otf
Binary files differ
diff --git a/ui/fonts/FiraCode-Light.otf b/ui/fonts/FiraCode-Light.otf
new file mode 100644
index 0000000..f511a38
--- /dev/null
+++ b/ui/fonts/FiraCode-Light.otf
Binary files differ
diff --git a/ui/fonts/FiraCode-Medium.otf b/ui/fonts/FiraCode-Medium.otf
new file mode 100644
index 0000000..d247cc7
--- /dev/null
+++ b/ui/fonts/FiraCode-Medium.otf
Binary files differ
diff --git a/ui/fonts/FiraCode-Regular.otf b/ui/fonts/FiraCode-Regular.otf
new file mode 100644
index 0000000..47094e4
--- /dev/null
+++ b/ui/fonts/FiraCode-Regular.otf
Binary files differ
diff --git a/ui/fonts/FiraCode-Retina.otf b/ui/fonts/FiraCode-Retina.otf
new file mode 100644
index 0000000..cee41aa
--- /dev/null
+++ b/ui/fonts/FiraCode-Retina.otf
Binary files differ
diff --git a/ui/fonts/Overlock-Black.ttf b/ui/fonts/Overlock-Black.ttf
new file mode 100644
index 0000000..08a90fe
--- /dev/null
+++ b/ui/fonts/Overlock-Black.ttf
Binary files differ
diff --git a/ui/fonts/Overlock-BlackItalic.ttf b/ui/fonts/Overlock-BlackItalic.ttf
new file mode 100644
index 0000000..020e7ed
--- /dev/null
+++ b/ui/fonts/Overlock-BlackItalic.ttf
Binary files differ
diff --git a/ui/fonts/Overlock-Bold.ttf b/ui/fonts/Overlock-Bold.ttf
new file mode 100644
index 0000000..4a144b3
--- /dev/null
+++ b/ui/fonts/Overlock-Bold.ttf
Binary files differ
diff --git a/ui/fonts/Overlock-BoldItalic.ttf b/ui/fonts/Overlock-BoldItalic.ttf
new file mode 100644
index 0000000..d60ad93
--- /dev/null
+++ b/ui/fonts/Overlock-BoldItalic.ttf
Binary files differ
diff --git a/ui/fonts/Overlock-Italic.ttf b/ui/fonts/Overlock-Italic.ttf
new file mode 100644
index 0000000..85ef1ff
--- /dev/null
+++ b/ui/fonts/Overlock-Italic.ttf
Binary files differ
diff --git a/ui/fonts/Overlock-Regular.ttf b/ui/fonts/Overlock-Regular.ttf
new file mode 100644
index 0000000..6d14712
--- /dev/null
+++ b/ui/fonts/Overlock-Regular.ttf
Binary files differ
diff --git a/ui/fonts/alegreya-license.txt b/ui/fonts/alegreya-license.txt
new file mode 100644
index 0000000..09ec432
--- /dev/null
+++ b/ui/fonts/alegreya-license.txt
@@ -0,0 +1,47 @@
+SIL Open Font License v1.10
+
+This license can also be found at this permalink: https://www.fontsquirrel.com/license/alegreya-sans
+
+Copyright (c) 2013, Juan Pablo del Peral (juan@huertatipografica.com.ar), with Reserved Font Names ‘Alegreya Sans’
+
+This Font Software is licensed under the SIL Open Font License, Version 1.1.
+This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL
+
+—————————————————————————————-
+SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
+—————————————————————————————-
+
+PREAMBLE
+The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others.
+
+The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives.
+
+DEFINITIONS
+“Font Software” refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation.
+
+“Reserved Font Name” refers to any names specified as such after the copyright statement(s).
+
+“Original Version” refers to the collection of Font Software components as distributed by the Copyright Holder(s).
+
+“Modified Version” refers to any derivative made by adding to, deleting, or substituting—in part or in whole—any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment.
+
+“Author” refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software.
+
+PERMISSION & CONDITIONS
+Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions:
+
+1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself.
+
+2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.
+
+3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users.
+
+4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission.
+
+5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software.
+
+TERMINATION
+This license becomes null and void if any of the above conditions are not met.
+
+DISCLAIMER
+THE FONT SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
diff --git a/ui/fonts/archistico-license.txt b/ui/fonts/archistico-license.txt
new file mode 100644
index 0000000..c3589ce
--- /dev/null
+++ b/ui/fonts/archistico-license.txt
@@ -0,0 +1,8 @@
+Archistico v1.00
+
+This license can also be found at this permalink: https://www.fontsquirrel.com/license/archistico
+
+You can use the font for commercial purposes, but not sell it! Every once in a comment on the page would be nice.
+Notes from Fontsquirrel about the heritage of this font:
+
+We found this font on the page: http://www.archistico.com/portfolio/font-archistico/ where it stated: “Potete usare il carattere per fini commerciali, ma non rivenderlo! Ogni tanto un commento sulla pagina farebbe piacere.” Translated: “You can use the font for commercial purposes, but not sell it!”
diff --git a/ui/fonts/fira-code-license.txt b/ui/fonts/fira-code-license.txt
new file mode 100644
index 0000000..2313b12
--- /dev/null
+++ b/ui/fonts/fira-code-license.txt
@@ -0,0 +1,45 @@
+SIL Open Font License v1.10
+
+This license can also be found at this permalink: https://www.fontsquirrel.com/license/fira-code
+
+This Font Software is licensed under the SIL Open Font License, Version 1.1.
+This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL
+
+—————————————————————————————-
+SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
+—————————————————————————————-
+
+PREAMBLE
+The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others.
+
+The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives.
+
+DEFINITIONS
+“Font Software” refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation.
+
+“Reserved Font Name” refers to any names specified as such after the copyright statement(s).
+
+“Original Version” refers to the collection of Font Software components as distributed by the Copyright Holder(s).
+
+“Modified Version” refers to any derivative made by adding to, deleting, or substituting—in part or in whole—any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment.
+
+“Author” refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software.
+
+PERMISSION & CONDITIONS
+Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions:
+
+1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself.
+
+2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.
+
+3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users.
+
+4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission.
+
+5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software.
+
+TERMINATION
+This license becomes null and void if any of the above conditions are not met.
+
+DISCLAIMER
+THE FONT SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
diff --git a/ui/fonts/overlock-license.txt b/ui/fonts/overlock-license.txt
new file mode 100644
index 0000000..02f23d1
--- /dev/null
+++ b/ui/fonts/overlock-license.txt
@@ -0,0 +1,47 @@
+SIL Open Font License v1.10
+
+This license can also be found at this permalink: https://www.fontsquirrel.com/license/overlock
+
+Copyright (c) 2011, Dario Manuel Muhafara (http://www.tipo.net.ar), with Reserved Font Names “Overlock” “Overlock SC”
+
+This Font Software is licensed under the SIL Open Font License, Version 1.1.
+This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL
+
+—————————————————————————————-
+SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
+—————————————————————————————-
+
+PREAMBLE
+The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others.
+
+The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives.
+
+DEFINITIONS
+“Font Software” refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation.
+
+“Reserved Font Name” refers to any names specified as such after the copyright statement(s).
+
+“Original Version” refers to the collection of Font Software components as distributed by the Copyright Holder(s).
+
+“Modified Version” refers to any derivative made by adding to, deleting, or substituting—in part or in whole—any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment.
+
+“Author” refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software.
+
+PERMISSION & CONDITIONS
+Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions:
+
+1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself.
+
+2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.
+
+3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users.
+
+4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission.
+
+5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software.
+
+TERMINATION
+This license becomes null and void if any of the above conditions are not met.
+
+DISCLAIMER
+THE FONT SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
diff --git a/ui/styles/app-bar.css b/ui/styles/app-bar.css
index 238e248..eda9bdc 100644
--- a/ui/styles/app-bar.css
+++ b/ui/styles/app-bar.css
@@ -23,6 +23,8 @@
.app-bar > a {
line-height: var(--app-bar-height);
+ font-family: "Archistico";
+ letter-spacing: 0.25rem;
}
.app-bar a {
diff --git a/ui/styles/fonts.css b/ui/styles/fonts.css
new file mode 100644
index 0000000..d5d1eef
--- /dev/null
+++ b/ui/styles/fonts.css
@@ -0,0 +1,31 @@
+@font-face {
+ font-family: "Alegreya";
+ src:
+ url("../fonts/AlegreyaSans-Regular.otf") format("opentype");
+ font-weight: normal;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: "Archistico";
+ src:
+ url("../fonts/Archistico_Simple.ttf") format("truetype");
+ font-weight: normal;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: "FiraCode";
+ src:
+ url("../fonts/FiraCode-Regular.otf") format("opentype");
+ font-weight: normal;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: "Overlock";
+ src:
+ url("../fonts/Overlock-Regular.ttf") format("truetype");
+ font-weight: normal;
+ font-style: normal;
+}
diff --git a/ui/styles/messages.css b/ui/styles/messages.css
index 16333af..5e08279 100644
--- a/ui/styles/messages.css
+++ b/ui/styles/messages.css
@@ -111,6 +111,7 @@
padding: 0.25rem;
}
-.message-body code {
- font-family: monospace;
+.message-body code,
+.message-body pre {
+ font-family: "FiraCode";
}
diff --git a/ui/styles/textarea.css b/ui/styles/textarea.css
index b45a66d..b4d1a93 100644
--- a/ui/styles/textarea.css
+++ b/ui/styles/textarea.css
@@ -14,6 +14,7 @@
flex-grow: 1;
background-color: var(--colour-input-bg);
color: var(--colour-input-text);
+ font-family: "FiraCode";
}
.create-message button {