Skip to content

Commit

Permalink
update: monospace font
Browse files Browse the repository at this point in the history
  • Loading branch information
flinhong committed Sep 1, 2020
1 parent dd5254f commit b886fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ursine-umbra.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $umbra: true !default;

$paragraph-font: "'Crimson Pro', 'Noto Serif CJK SC', 'Noto Serif SC', serif";
$header-font: "'Adelle', 'Noto Serif CJK SC', 'Noto Serif SC', serif";
$monospace-font: "'JetBrainsMono Nerd Font', 'Noto Serif CJK SC', 'Noto Serif SC', monospace";
$monospace-font: "'Cascadia Mono', 'Noto Serif CJK SC', 'Noto Serif SC', monospace";

// Cyrillic font support
$cyrillic-font: false !default;
Expand Down

0 comments on commit b886fb4

Please sign in to comment.