Skip to content

Commit 5241c6f

Browse files
committed
Fallback font for Safari
1 parent cce559d commit 5241c6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/LinkDotNet.Blog.Web/wwwroot/css/basic.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
/* Fonts */
1414
--default-font: 'Calibri';
15-
--code-font: 'Lucida Console';
15+
--code-font: 'Lucida Console', 'Courier New';
1616

1717
/* Usages - this colors have to be defined in every theme */
1818
--active-link: var(--big-stone);

src/LinkDotNet.Blog.Web/wwwroot/css/bundle.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)