add tic80 font
This commit is contained in:
parent
2e97fb7be2
commit
a7e485992e
5 changed files with 27 additions and 0 deletions
5
website/public/fonts/tic80/license.txt
Normal file
5
website/public/fonts/tic80/license.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
The FontStruction “TIC-80 wide font”
|
||||||
|
(https://fontstruct.com/fontstructions/show/1388526) by “nesbox” is licensed
|
||||||
|
under a Creative Commons CC0 Public Domain Dedication license
|
||||||
|
(http://creativecommons.org/publicdomain/zero/1.0/).
|
||||||
|
[ancestry]
|
||||||
16
website/public/fonts/tic80/readme.txt
Normal file
16
website/public/fonts/tic80/readme.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
The font file in this archive was created using Fontstruct the free, online
|
||||||
|
font-building tool.
|
||||||
|
This font was created by “nesbox”.
|
||||||
|
This font has a homepage where this archive and other versions may be found:
|
||||||
|
https://fontstruct.com/fontstructions/show/1388526
|
||||||
|
[ancestry]
|
||||||
|
Try Fontstruct at https://fontstruct.com
|
||||||
|
It’s easy and it’s fun.
|
||||||
|
|
||||||
|
Fontstruct is copyright ©2017-2025 Rob Meek
|
||||||
|
|
||||||
|
LEGAL NOTICE:
|
||||||
|
In using this font you must comply with the licensing terms described in the
|
||||||
|
file “license.txt” included with this archive.
|
||||||
|
If you redistribute the font file in this archive, it must be accompanied by all
|
||||||
|
the other files from this archive, including this one.
|
||||||
BIN
website/public/fonts/tic80/tic-80-wide-font.otf
Normal file
BIN
website/public/fonts/tic80/tic-80-wide-font.otf
Normal file
Binary file not shown.
|
|
@ -74,6 +74,7 @@ const fontFamilyOptions = {
|
||||||
FiraCode: 'FiraCode',
|
FiraCode: 'FiraCode',
|
||||||
'FiraCode-SemiBold': 'FiraCode SemiBold',
|
'FiraCode-SemiBold': 'FiraCode SemiBold',
|
||||||
teletext: 'teletext',
|
teletext: 'teletext',
|
||||||
|
tic80: 'tic80',
|
||||||
mode7: 'mode7',
|
mode7: 'mode7',
|
||||||
BigBlueTerminal: 'BigBlueTerminal',
|
BigBlueTerminal: 'BigBlueTerminal',
|
||||||
x3270: 'x3270',
|
x3270: 'x3270',
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,11 @@
|
||||||
src: url('/fonts/teletext/EuropeanTeletext.ttf');
|
src: url('/fonts/teletext/EuropeanTeletext.ttf');
|
||||||
size-adjust: 90%;
|
size-adjust: 90%;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'tic80';
|
||||||
|
src: url('/fonts/tic80/tic-80-wide-font.otf');
|
||||||
|
size-adjust: 60%;
|
||||||
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'mode7';
|
font-family: 'mode7';
|
||||||
src: url('/fonts/mode7/MODE7GX3.TTF');
|
src: url('/fonts/mode7/MODE7GX3.TTF');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue