Add SuperNotes Pro font
This commit is contained in:
@ -48,6 +48,7 @@ const FONT_FAMILIES = [
|
||||
'IBMPlexSans',
|
||||
'Fraunces',
|
||||
'Literata',
|
||||
'SuperNotesPro',
|
||||
]
|
||||
|
||||
type SettingsProps = {
|
||||
|
||||
BIN
packages/web/public/static/fonts/SNPro/SNPro-Bold.woff
Normal file
BIN
packages/web/public/static/fonts/SNPro/SNPro-Bold.woff
Normal file
Binary file not shown.
BIN
packages/web/public/static/fonts/SNPro/SNPro-RegularItalic.otf
Normal file
BIN
packages/web/public/static/fonts/SNPro/SNPro-RegularItalic.otf
Normal file
Binary file not shown.
BIN
packages/web/public/static/fonts/SNPro/SNPro-VariableRegular.ttf
Normal file
BIN
packages/web/public/static/fonts/SNPro/SNPro-VariableRegular.ttf
Normal file
Binary file not shown.
@ -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');
|
||||
|
||||
Reference in New Issue
Block a user