Skip to content

Commit 6091ddd

Browse files
committed
Add SuperNotes Pro font
1 parent 68e3fce commit 6091ddd

File tree

5 files changed

+23
-0
lines changed

5 files changed

+23
-0
lines changed

packages/web/components/templates/article/ReaderSettingsControl.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ const FONT_FAMILIES = [
4848
'IBMPlexSans',
4949
'Fraunces',
5050
'Literata',
51+
'SuperNotesPro',
5152
]
5253

5354
type SettingsProps = {
Binary file not shown.
Binary file not shown.
Binary file not shown.

packages/web/styles/globals.css

+22
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,28 @@ div#appleid-signin {
418418
src: url('/static/fonts/Literata/Literata-Italic.ttf');
419419
}
420420

421+
@font-face {
422+
font-family: 'SuperNotesPro';
423+
font-weight: 400;
424+
font-style: normal;
425+
src: url('/static/fonts/SNPro/SNPro-VariableRegular.ttf');
426+
}
427+
428+
@font-face {
429+
font-family: 'SuperNotesPro';
430+
font-weight: 700;
431+
font-style: bold;
432+
src: url('/static/fonts/SNPro/SNPro-Bold.ttf');
433+
}
434+
435+
436+
@font-face {
437+
font-family: 'SuperNotesPro';
438+
font-weight: 400;
439+
font-style: italic;
440+
src: url('/static/fonts/SNPro/SNPro-Italic.ttf');
441+
}
442+
421443
@font-face {
422444
font-family: 'FuturaBold';
423445
src: url('/static/fonts/FuturaBold/FuturaBold.otf');

0 commit comments

Comments
 (0)