add protracker3 font
This commit is contained in:
parent
2dc079b950
commit
1faa81099c
5 changed files with 25 additions and 0 deletions
|
|
@ -375,6 +375,7 @@ const fontFamilyOptions = {
|
|||
'we-come-in-peace': 'we-come-in-peace',
|
||||
FiraCode: 'FiraCode',
|
||||
'FiraCode-SemiBold': 'FiraCode SemiBold',
|
||||
'protracker3': 'protracker3',
|
||||
};
|
||||
|
||||
function SettingsTab({ scheduler }) {
|
||||
|
|
|
|||
|
|
@ -26,6 +26,10 @@
|
|||
font-family: 'FiraCode-SemiBold';
|
||||
src: url('/fonts/FiraCode/FiraCode-SemiBold.ttf');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'protracker3';
|
||||
src: url('/fonts/protracker/protracker3-font.ttf');
|
||||
}
|
||||
|
||||
.prose > h1:not(:first-child) {
|
||||
margin-top: 30px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue