Skip to content

Commit b0cd03e

Browse files
committed
Replace Gotham with standard font stack
1 parent d0578b2 commit b0cd03e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/note_embed-datauri.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/note_embed.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/note_embed.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ $draftColor: $errorColor;
4141
$grayDarker: rgb(80, 80, 80);
4242
$noteYellow: rgb(255, 227, 37);
4343

44-
$fontFamilyRegular: 'Gotham Book', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
45-
$fontFamilyBold: 'Gotham Bold', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
44+
$fontFamilyRegular: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
45+
$fontFamilyBold: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
4646

4747
@mixin transition($transition...) {
4848
-webkit-transition: $transition;

0 commit comments

Comments
 (0)