Skip to content

Commit b6f589e

Browse files
yasserkaddourtimdorr
authored andcommitted
Add a fallback font for Monaco (#4408)
1 parent aa3c905 commit b6f589e

File tree

1 file changed

+2
-2
lines changed
  • packages/react-router-website/modules

1 file changed

+2
-2
lines changed

packages/react-router-website/modules/base.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ a { color: inherit; text-decoration: none; }
2222
.fake-browser a { color: rgb(204, 65, 65); text-decoration: underline; display: initial; }
2323
.fake-browser { color: initial }
2424

25-
pre, code { font-family: Monaco; line-height: 1.5 }
25+
pre, code { font-family: Monaco, monospace; line-height: 1.5 }
2626
markdown { display: block; }
2727
markdown pre { background: rgb(45, 45, 45); padding: 10px; border-radius: 3px; }
2828
markdown pre code { font-size: 13px; }
2929
markdown code { font-size: 16px; }
3030
markdown h1 { font-family: Monaco, monospace; margin: 50px 0 10px 0; color: rgb(204, 65, 65); font-size: 200%; }
31-
markdown h2 { font-family: Monaco; margin: 40px 0 0 0; font-size: 150%; color: rgb(81, 81, 81); }
31+
markdown h2 { font-family: Monaco, monospace; margin: 40px 0 0 0; font-size: 150%; color: rgb(81, 81, 81); }
3232
markdown h2 code { font-size: 100%; font-weight: 100; }
3333
markdown h2 + p { margin-top: 10px; }
3434
markdown h2 em { float: right; color: #ccc; }

0 commit comments

Comments
 (0)