Skip to content

Commit d39379c

Browse files
authored
Website: fix code blocks using a different font than live editors (emotion-js#2845)
1 parent 7b4f016 commit d39379c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

site/util/dracula-prism.ts

-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ pre[class*="language-"],
3939
color: #ccc;
4040
background: rgb(40, 41, 54);
4141
text-shadow: none;
42-
font-family: PT Mono, Consolas, Monaco, "Andale Mono", "Ubuntu Mono",
43-
monospace;
4442
text-align: left;
4543
white-space: pre;
4644
word-spacing: normal;

0 commit comments

Comments
 (0)