Add SuperNotes Pro font

This commit is contained in:
Jackson Harper
2024-05-02 14:03:22 +08:00
parent 68e3fce61d
commit 6091dddc88
5 changed files with 23 additions and 0 deletions

View File

@ -48,6 +48,7 @@ const FONT_FAMILIES = [
'IBMPlexSans',
'Fraunces',
'Literata',
'SuperNotesPro',
]
type SettingsProps = {

Binary file not shown.

View File

@ -418,6 +418,28 @@ div#appleid-signin {
src: url('/static/fonts/Literata/Literata-Italic.ttf');
}
@font-face {
font-family: 'SuperNotesPro';
font-weight: 400;
font-style: normal;
src: url('/static/fonts/SNPro/SNPro-VariableRegular.ttf');
}
@font-face {
font-family: 'SuperNotesPro';
font-weight: 700;
font-style: bold;
src: url('/static/fonts/SNPro/SNPro-Bold.ttf');
}
@font-face {
font-family: 'SuperNotesPro';
font-weight: 400;
font-style: italic;
src: url('/static/fonts/SNPro/SNPro-Italic.ttf');
}
@font-face {
font-family: 'FuturaBold';
src: url('/static/fonts/FuturaBold/FuturaBold.otf');