mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-21 18:48:36 +00:00
add protracker3 font
This commit is contained in:
parent
2dc079b950
commit
1faa81099c
4
website/public/fonts/protracker/license.txt
Normal file
4
website/public/fonts/protracker/license.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
The FontStruction “Protracker3 Font”
|
||||||
|
(https://fontstruct.com/fontstructions/show/1952645) by “pznfbg” is licensed
|
||||||
|
under a Creative Commons Attribution Share Alike license
|
||||||
|
(http://creativecommons.org/licenses/by-sa/3.0/).
|
||||||
BIN
website/public/fonts/protracker/protracker3-font.ttf
Normal file
BIN
website/public/fonts/protracker/protracker3-font.ttf
Normal file
Binary file not shown.
16
website/public/fonts/protracker/readme.txt
Normal file
16
website/public/fonts/protracker/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 “pznfbg”.
|
||||||
|
This font has a homepage where this archive and other versions may be found:
|
||||||
|
https://fontstruct.com/fontstructions/show/1952645
|
||||||
|
|
||||||
|
Try Fontstruct at https://fontstruct.com
|
||||||
|
It’s easy and it’s fun.
|
||||||
|
|
||||||
|
Fontstruct is copyright ©2021-2023 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.
|
||||||
@ -375,6 +375,7 @@ const fontFamilyOptions = {
|
|||||||
'we-come-in-peace': 'we-come-in-peace',
|
'we-come-in-peace': 'we-come-in-peace',
|
||||||
FiraCode: 'FiraCode',
|
FiraCode: 'FiraCode',
|
||||||
'FiraCode-SemiBold': 'FiraCode SemiBold',
|
'FiraCode-SemiBold': 'FiraCode SemiBold',
|
||||||
|
'protracker3': 'protracker3',
|
||||||
};
|
};
|
||||||
|
|
||||||
function SettingsTab({ scheduler }) {
|
function SettingsTab({ scheduler }) {
|
||||||
|
|||||||
@ -26,6 +26,10 @@
|
|||||||
font-family: 'FiraCode-SemiBold';
|
font-family: 'FiraCode-SemiBold';
|
||||||
src: url('/fonts/FiraCode/FiraCode-SemiBold.ttf');
|
src: url('/fonts/FiraCode/FiraCode-SemiBold.ttf');
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'protracker3';
|
||||||
|
src: url('/fonts/protracker/protracker3-font.ttf');
|
||||||
|
}
|
||||||
|
|
||||||
.prose > h1:not(:first-child) {
|
.prose > h1:not(:first-child) {
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user