diff --git a/website/public/fonts/galactico/Galactico-Basic.otf b/website/public/fonts/galactico/Galactico-Basic.otf new file mode 100644 index 00000000..fefcfd9e Binary files /dev/null and b/website/public/fonts/galactico/Galactico-Basic.otf differ diff --git a/website/public/fonts/galactico/fontinfo.txt b/website/public/fonts/galactico/fontinfo.txt new file mode 100644 index 00000000..11f96db9 --- /dev/null +++ b/website/public/fonts/galactico/fontinfo.txt @@ -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 \ No newline at end of file diff --git a/website/public/fonts/we-come-in-peace/fontinfo.txt b/website/public/fonts/we-come-in-peace/fontinfo.txt new file mode 100644 index 00000000..887059d0 --- /dev/null +++ b/website/public/fonts/we-come-in-peace/fontinfo.txt @@ -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 \ No newline at end of file diff --git a/website/public/fonts/we-come-in-peace/we-come-in-peace-bb.regular.ttf b/website/public/fonts/we-come-in-peace/we-come-in-peace-bb.regular.ttf new file mode 100644 index 00000000..6b199164 Binary files /dev/null and b/website/public/fonts/we-come-in-peace/we-come-in-peace-bb.regular.ttf differ diff --git a/website/src/repl/Footer.jsx b/website/src/repl/Footer.jsx index 08ab967e..70ec90e9 100644 --- a/website/src/repl/Footer.jsx +++ b/website/src/repl/Footer.jsx @@ -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 }) { diff --git a/website/src/styles/index.css b/website/src/styles/index.css index 2657bab7..82fda468 100644 --- a/website/src/styles/index.css +++ b/website/src/styles/index.css @@ -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;