add 2 illegible fonts

This commit is contained in:
Felix Roos
2023-03-12 21:16:46 +01:00
parent 220342154b
commit 6a73b43e3a
6 changed files with 25 additions and 0 deletions
Binary file not shown.
@@ -0,0 +1,8 @@
https://www.1001fonts.com/galactico-font.html
If the License is “Free” do what ever you want with it, even for commercial use, any “shout-out” or support thrown our way is much appreciated, even donating to buy a cup of coffee helps a lot. If the License is “For Personal Use Only” do what ever you want with it for yourself, but if you plan to make money out of it, meaning for commercial use, buy a license @ www.hellodonmarciano.com
Ill appreciate your support when and if possible. Enjoy!
Galactico is licensed under the 1001Fonts Free For Commercial Use License (FFC)
https://www.1001fonts.com/licenses/ffc.html
@@ -0,0 +1,7 @@
This font was created by Nate Piekos of Blambot Comic Fonts. It's freeware to use as you'd like, but if you redistribute it, you must include this text file with the zip.
~Nate Piekos
Blambot Comic Fonts
http://www.piekosarts.com/blambotfonts
blambot@piekosarts.com
+2
View File
@@ -282,6 +282,8 @@ const fontFamilyOptions = {
BigBlueTerminal: 'BigBlueTerminal',
x3270: 'x3270',
PressStart: 'PressStart2P',
galactico: 'galactico',
'we-come-in-peace': 'we-come-in-peace',
};
function SettingsTab({ scheduler }) {
+8
View File
@@ -10,6 +10,14 @@
font-family: 'x3270';
src: url('/fonts/3270/3270-Regular.ttf');
}
@font-face {
font-family: 'galactico';
src: url('/fonts/galactico/Galactico-Basic.otf');
}
@font-face {
font-family: 'we-come-in-peace';
src: url('/fonts/we-come-in-peace/we-come-in-peace-bb.regular.ttf');
}
.cm-gutters {
display: none !important;