From 21c566479962cd7ecfa6dccd929b3069d0b201f9 Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Mon, 13 Jan 2025 17:30:29 -0500 Subject: Add initial fonts We're not using Overlock currently, but I think it'll be good on headers and stuff? --- ui/app.css | 2 ++ ui/fonts/AlegreyaSans-Black.otf | Bin 0 -> 109072 bytes ui/fonts/AlegreyaSans-BlackItalic.otf | Bin 0 -> 105624 bytes ui/fonts/AlegreyaSans-Bold.otf | Bin 0 -> 108264 bytes ui/fonts/AlegreyaSans-BoldItalic.otf | Bin 0 -> 104712 bytes ui/fonts/AlegreyaSans-ExtraBold.otf | Bin 0 -> 109508 bytes ui/fonts/AlegreyaSans-ExtraBoldItalic.otf | Bin 0 -> 105840 bytes ui/fonts/AlegreyaSans-Italic.otf | Bin 0 -> 103872 bytes ui/fonts/AlegreyaSans-Light.otf | Bin 0 -> 107152 bytes ui/fonts/AlegreyaSans-LightItalic.otf | Bin 0 -> 105432 bytes ui/fonts/AlegreyaSans-Medium.otf | Bin 0 -> 107728 bytes ui/fonts/AlegreyaSans-MediumItalic.otf | Bin 0 -> 103808 bytes ui/fonts/AlegreyaSans-Regular.otf | Bin 0 -> 107260 bytes ui/fonts/AlegreyaSans-Thin.otf | Bin 0 -> 103764 bytes ui/fonts/AlegreyaSans-ThinItalic.otf | Bin 0 -> 105948 bytes ui/fonts/AlegreyaSansSC-Black.otf | Bin 0 -> 100068 bytes ui/fonts/AlegreyaSansSC-BlackItalic.otf | Bin 0 -> 96924 bytes ui/fonts/AlegreyaSansSC-Bold.otf | Bin 0 -> 99428 bytes ui/fonts/AlegreyaSansSC-BoldItalic.otf | Bin 0 -> 96100 bytes ui/fonts/AlegreyaSansSC-ExtraBold.otf | Bin 0 -> 99784 bytes ui/fonts/AlegreyaSansSC-ExtraBoldItalic.otf | Bin 0 -> 97224 bytes ui/fonts/AlegreyaSansSC-Italic.otf | Bin 0 -> 94224 bytes ui/fonts/AlegreyaSansSC-Light.otf | Bin 0 -> 97876 bytes ui/fonts/AlegreyaSansSC-LightItalic.otf | Bin 0 -> 94852 bytes ui/fonts/AlegreyaSansSC-Medium.otf | Bin 0 -> 97916 bytes ui/fonts/AlegreyaSansSC-MediumItalic.otf | Bin 0 -> 93900 bytes ui/fonts/AlegreyaSansSC-Regular.otf | Bin 0 -> 97988 bytes ui/fonts/AlegreyaSansSC-Thin.otf | Bin 0 -> 93428 bytes ui/fonts/AlegreyaSansSC-ThinItalic.otf | Bin 0 -> 94744 bytes ui/fonts/Archistico_Bold.ttf | Bin 0 -> 409892 bytes ui/fonts/Archistico_Simple.ttf | Bin 0 -> 456044 bytes ui/fonts/FiraCode-Bold.otf | Bin 0 -> 130872 bytes ui/fonts/FiraCode-Light.otf | Bin 0 -> 131624 bytes ui/fonts/FiraCode-Medium.otf | Bin 0 -> 138800 bytes ui/fonts/FiraCode-Regular.otf | Bin 0 -> 137876 bytes ui/fonts/FiraCode-Retina.otf | Bin 0 -> 132376 bytes ui/fonts/Overlock-Black.ttf | Bin 0 -> 43224 bytes ui/fonts/Overlock-BlackItalic.ttf | Bin 0 -> 44088 bytes ui/fonts/Overlock-Bold.ttf | Bin 0 -> 42368 bytes ui/fonts/Overlock-BoldItalic.ttf | Bin 0 -> 45836 bytes ui/fonts/Overlock-Italic.ttf | Bin 0 -> 44160 bytes ui/fonts/Overlock-Regular.ttf | Bin 0 -> 49656 bytes ui/fonts/alegreya-license.txt | 47 ++++++++++++++++++++++++++++ ui/fonts/archistico-license.txt | 8 +++++ ui/fonts/fira-code-license.txt | 45 ++++++++++++++++++++++++++ ui/fonts/overlock-license.txt | 47 ++++++++++++++++++++++++++++ ui/styles/app-bar.css | 2 ++ ui/styles/fonts.css | 31 ++++++++++++++++++ ui/styles/messages.css | 5 +-- ui/styles/textarea.css | 1 + 50 files changed, 186 insertions(+), 2 deletions(-) create mode 100644 ui/fonts/AlegreyaSans-Black.otf create mode 100644 ui/fonts/AlegreyaSans-BlackItalic.otf create mode 100644 ui/fonts/AlegreyaSans-Bold.otf create mode 100644 ui/fonts/AlegreyaSans-BoldItalic.otf create mode 100644 ui/fonts/AlegreyaSans-ExtraBold.otf create mode 100644 ui/fonts/AlegreyaSans-ExtraBoldItalic.otf create mode 100644 ui/fonts/AlegreyaSans-Italic.otf create mode 100644 ui/fonts/AlegreyaSans-Light.otf create mode 100644 ui/fonts/AlegreyaSans-LightItalic.otf create mode 100644 ui/fonts/AlegreyaSans-Medium.otf create mode 100644 ui/fonts/AlegreyaSans-MediumItalic.otf create mode 100644 ui/fonts/AlegreyaSans-Regular.otf create mode 100644 ui/fonts/AlegreyaSans-Thin.otf create mode 100644 ui/fonts/AlegreyaSans-ThinItalic.otf create mode 100644 ui/fonts/AlegreyaSansSC-Black.otf create mode 100644 ui/fonts/AlegreyaSansSC-BlackItalic.otf create mode 100644 ui/fonts/AlegreyaSansSC-Bold.otf create mode 100644 ui/fonts/AlegreyaSansSC-BoldItalic.otf create mode 100644 ui/fonts/AlegreyaSansSC-ExtraBold.otf create mode 100644 ui/fonts/AlegreyaSansSC-ExtraBoldItalic.otf create mode 100644 ui/fonts/AlegreyaSansSC-Italic.otf create mode 100644 ui/fonts/AlegreyaSansSC-Light.otf create mode 100644 ui/fonts/AlegreyaSansSC-LightItalic.otf create mode 100644 ui/fonts/AlegreyaSansSC-Medium.otf create mode 100644 ui/fonts/AlegreyaSansSC-MediumItalic.otf create mode 100644 ui/fonts/AlegreyaSansSC-Regular.otf create mode 100644 ui/fonts/AlegreyaSansSC-Thin.otf create mode 100644 ui/fonts/AlegreyaSansSC-ThinItalic.otf create mode 100644 ui/fonts/Archistico_Bold.ttf create mode 100644 ui/fonts/Archistico_Simple.ttf create mode 100644 ui/fonts/FiraCode-Bold.otf create mode 100644 ui/fonts/FiraCode-Light.otf create mode 100644 ui/fonts/FiraCode-Medium.otf create mode 100644 ui/fonts/FiraCode-Regular.otf create mode 100644 ui/fonts/FiraCode-Retina.otf create mode 100644 ui/fonts/Overlock-Black.ttf create mode 100644 ui/fonts/Overlock-BlackItalic.ttf create mode 100644 ui/fonts/Overlock-Bold.ttf create mode 100644 ui/fonts/Overlock-BoldItalic.ttf create mode 100644 ui/fonts/Overlock-Italic.ttf create mode 100644 ui/fonts/Overlock-Regular.ttf create mode 100644 ui/fonts/alegreya-license.txt create mode 100644 ui/fonts/archistico-license.txt create mode 100644 ui/fonts/fira-code-license.txt create mode 100644 ui/fonts/overlock-license.txt create mode 100644 ui/styles/fonts.css 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 Binary files /dev/null and b/ui/fonts/AlegreyaSans-Black.otf differ diff --git a/ui/fonts/AlegreyaSans-BlackItalic.otf b/ui/fonts/AlegreyaSans-BlackItalic.otf new file mode 100644 index 0000000..c2fdae7 Binary files /dev/null and b/ui/fonts/AlegreyaSans-BlackItalic.otf differ diff --git a/ui/fonts/AlegreyaSans-Bold.otf b/ui/fonts/AlegreyaSans-Bold.otf new file mode 100644 index 0000000..f44c12a Binary files /dev/null and b/ui/fonts/AlegreyaSans-Bold.otf differ diff --git a/ui/fonts/AlegreyaSans-BoldItalic.otf b/ui/fonts/AlegreyaSans-BoldItalic.otf new file mode 100644 index 0000000..da1c8fb Binary files /dev/null and b/ui/fonts/AlegreyaSans-BoldItalic.otf differ diff --git a/ui/fonts/AlegreyaSans-ExtraBold.otf b/ui/fonts/AlegreyaSans-ExtraBold.otf new file mode 100644 index 0000000..1bcbf5a Binary files /dev/null and b/ui/fonts/AlegreyaSans-ExtraBold.otf differ diff --git a/ui/fonts/AlegreyaSans-ExtraBoldItalic.otf b/ui/fonts/AlegreyaSans-ExtraBoldItalic.otf new file mode 100644 index 0000000..11c5dd5 Binary files /dev/null and b/ui/fonts/AlegreyaSans-ExtraBoldItalic.otf differ diff --git a/ui/fonts/AlegreyaSans-Italic.otf b/ui/fonts/AlegreyaSans-Italic.otf new file mode 100644 index 0000000..16218fd Binary files /dev/null and b/ui/fonts/AlegreyaSans-Italic.otf differ diff --git a/ui/fonts/AlegreyaSans-Light.otf b/ui/fonts/AlegreyaSans-Light.otf new file mode 100644 index 0000000..54df413 Binary files /dev/null and b/ui/fonts/AlegreyaSans-Light.otf differ diff --git a/ui/fonts/AlegreyaSans-LightItalic.otf b/ui/fonts/AlegreyaSans-LightItalic.otf new file mode 100644 index 0000000..ecc7061 Binary files /dev/null and b/ui/fonts/AlegreyaSans-LightItalic.otf differ diff --git a/ui/fonts/AlegreyaSans-Medium.otf b/ui/fonts/AlegreyaSans-Medium.otf new file mode 100644 index 0000000..285fa87 Binary files /dev/null and b/ui/fonts/AlegreyaSans-Medium.otf differ diff --git a/ui/fonts/AlegreyaSans-MediumItalic.otf b/ui/fonts/AlegreyaSans-MediumItalic.otf new file mode 100644 index 0000000..07f4ef6 Binary files /dev/null and b/ui/fonts/AlegreyaSans-MediumItalic.otf differ diff --git a/ui/fonts/AlegreyaSans-Regular.otf b/ui/fonts/AlegreyaSans-Regular.otf new file mode 100644 index 0000000..237e5b6 Binary files /dev/null and b/ui/fonts/AlegreyaSans-Regular.otf differ diff --git a/ui/fonts/AlegreyaSans-Thin.otf b/ui/fonts/AlegreyaSans-Thin.otf new file mode 100644 index 0000000..b1be577 Binary files /dev/null and b/ui/fonts/AlegreyaSans-Thin.otf differ diff --git a/ui/fonts/AlegreyaSans-ThinItalic.otf b/ui/fonts/AlegreyaSans-ThinItalic.otf new file mode 100644 index 0000000..ac18635 Binary files /dev/null and b/ui/fonts/AlegreyaSans-ThinItalic.otf differ diff --git a/ui/fonts/AlegreyaSansSC-Black.otf b/ui/fonts/AlegreyaSansSC-Black.otf new file mode 100644 index 0000000..cbe6466 Binary files /dev/null and b/ui/fonts/AlegreyaSansSC-Black.otf differ diff --git a/ui/fonts/AlegreyaSansSC-BlackItalic.otf b/ui/fonts/AlegreyaSansSC-BlackItalic.otf new file mode 100644 index 0000000..5d68630 Binary files /dev/null and b/ui/fonts/AlegreyaSansSC-BlackItalic.otf differ diff --git a/ui/fonts/AlegreyaSansSC-Bold.otf b/ui/fonts/AlegreyaSansSC-Bold.otf new file mode 100644 index 0000000..24d4f6c Binary files /dev/null and b/ui/fonts/AlegreyaSansSC-Bold.otf differ diff --git a/ui/fonts/AlegreyaSansSC-BoldItalic.otf b/ui/fonts/AlegreyaSansSC-BoldItalic.otf new file mode 100644 index 0000000..9f9e299 Binary files /dev/null and b/ui/fonts/AlegreyaSansSC-BoldItalic.otf differ diff --git a/ui/fonts/AlegreyaSansSC-ExtraBold.otf b/ui/fonts/AlegreyaSansSC-ExtraBold.otf new file mode 100644 index 0000000..d97c4f3 Binary files /dev/null and b/ui/fonts/AlegreyaSansSC-ExtraBold.otf differ diff --git a/ui/fonts/AlegreyaSansSC-ExtraBoldItalic.otf b/ui/fonts/AlegreyaSansSC-ExtraBoldItalic.otf new file mode 100644 index 0000000..c540e92 Binary files /dev/null and b/ui/fonts/AlegreyaSansSC-ExtraBoldItalic.otf differ diff --git a/ui/fonts/AlegreyaSansSC-Italic.otf b/ui/fonts/AlegreyaSansSC-Italic.otf new file mode 100644 index 0000000..948ab1a Binary files /dev/null and b/ui/fonts/AlegreyaSansSC-Italic.otf differ diff --git a/ui/fonts/AlegreyaSansSC-Light.otf b/ui/fonts/AlegreyaSansSC-Light.otf new file mode 100644 index 0000000..f8289f7 Binary files /dev/null and b/ui/fonts/AlegreyaSansSC-Light.otf differ diff --git a/ui/fonts/AlegreyaSansSC-LightItalic.otf b/ui/fonts/AlegreyaSansSC-LightItalic.otf new file mode 100644 index 0000000..9f118aa Binary files /dev/null and b/ui/fonts/AlegreyaSansSC-LightItalic.otf differ diff --git a/ui/fonts/AlegreyaSansSC-Medium.otf b/ui/fonts/AlegreyaSansSC-Medium.otf new file mode 100644 index 0000000..8b2184e Binary files /dev/null and b/ui/fonts/AlegreyaSansSC-Medium.otf differ diff --git a/ui/fonts/AlegreyaSansSC-MediumItalic.otf b/ui/fonts/AlegreyaSansSC-MediumItalic.otf new file mode 100644 index 0000000..52bb8ec Binary files /dev/null and b/ui/fonts/AlegreyaSansSC-MediumItalic.otf differ diff --git a/ui/fonts/AlegreyaSansSC-Regular.otf b/ui/fonts/AlegreyaSansSC-Regular.otf new file mode 100644 index 0000000..020c4f0 Binary files /dev/null and b/ui/fonts/AlegreyaSansSC-Regular.otf differ diff --git a/ui/fonts/AlegreyaSansSC-Thin.otf b/ui/fonts/AlegreyaSansSC-Thin.otf new file mode 100644 index 0000000..97a5ff5 Binary files /dev/null and b/ui/fonts/AlegreyaSansSC-Thin.otf differ diff --git a/ui/fonts/AlegreyaSansSC-ThinItalic.otf b/ui/fonts/AlegreyaSansSC-ThinItalic.otf new file mode 100644 index 0000000..31c89d2 Binary files /dev/null and b/ui/fonts/AlegreyaSansSC-ThinItalic.otf differ diff --git a/ui/fonts/Archistico_Bold.ttf b/ui/fonts/Archistico_Bold.ttf new file mode 100644 index 0000000..6f44dee Binary files /dev/null and b/ui/fonts/Archistico_Bold.ttf differ diff --git a/ui/fonts/Archistico_Simple.ttf b/ui/fonts/Archistico_Simple.ttf new file mode 100644 index 0000000..c5e9a99 Binary files /dev/null and b/ui/fonts/Archistico_Simple.ttf differ diff --git a/ui/fonts/FiraCode-Bold.otf b/ui/fonts/FiraCode-Bold.otf new file mode 100644 index 0000000..2699839 Binary files /dev/null and b/ui/fonts/FiraCode-Bold.otf differ diff --git a/ui/fonts/FiraCode-Light.otf b/ui/fonts/FiraCode-Light.otf new file mode 100644 index 0000000..f511a38 Binary files /dev/null and b/ui/fonts/FiraCode-Light.otf differ diff --git a/ui/fonts/FiraCode-Medium.otf b/ui/fonts/FiraCode-Medium.otf new file mode 100644 index 0000000..d247cc7 Binary files /dev/null and b/ui/fonts/FiraCode-Medium.otf differ diff --git a/ui/fonts/FiraCode-Regular.otf b/ui/fonts/FiraCode-Regular.otf new file mode 100644 index 0000000..47094e4 Binary files /dev/null and b/ui/fonts/FiraCode-Regular.otf differ diff --git a/ui/fonts/FiraCode-Retina.otf b/ui/fonts/FiraCode-Retina.otf new file mode 100644 index 0000000..cee41aa Binary files /dev/null and b/ui/fonts/FiraCode-Retina.otf differ diff --git a/ui/fonts/Overlock-Black.ttf b/ui/fonts/Overlock-Black.ttf new file mode 100644 index 0000000..08a90fe Binary files /dev/null and b/ui/fonts/Overlock-Black.ttf differ diff --git a/ui/fonts/Overlock-BlackItalic.ttf b/ui/fonts/Overlock-BlackItalic.ttf new file mode 100644 index 0000000..020e7ed Binary files /dev/null and b/ui/fonts/Overlock-BlackItalic.ttf differ diff --git a/ui/fonts/Overlock-Bold.ttf b/ui/fonts/Overlock-Bold.ttf new file mode 100644 index 0000000..4a144b3 Binary files /dev/null and b/ui/fonts/Overlock-Bold.ttf differ diff --git a/ui/fonts/Overlock-BoldItalic.ttf b/ui/fonts/Overlock-BoldItalic.ttf new file mode 100644 index 0000000..d60ad93 Binary files /dev/null and b/ui/fonts/Overlock-BoldItalic.ttf differ diff --git a/ui/fonts/Overlock-Italic.ttf b/ui/fonts/Overlock-Italic.ttf new file mode 100644 index 0000000..85ef1ff Binary files /dev/null and b/ui/fonts/Overlock-Italic.ttf differ diff --git a/ui/fonts/Overlock-Regular.ttf b/ui/fonts/Overlock-Regular.ttf new file mode 100644 index 0000000..6d14712 Binary files /dev/null and b/ui/fonts/Overlock-Regular.ttf 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 { -- cgit v1.2.3