mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
add 2 illegible fonts
This commit is contained in:
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
|
||||
|
||||
I’ll 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
|
||||
Binary file not shown.
@@ -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 }) {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user