diff --git a/website/public/fonts/galactico/Galactico-Basic.otf b/website/public/fonts/galactico/Galactico-Basic.otf new file mode 100644 index 000000000..fefcfd9e0 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 000000000..11f96db9d --- /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 000000000..887059d09 --- /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 000000000..6b199164b 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 08ab967e7..70ec90e97 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 2657bab77..82fda468b 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;