1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-24 14:42:47 +02:00

react-snap can't export correct font family

This commit is contained in:
Phuoc Nguyen
2019-11-26 23:33:52 +07:00
parent 38fd1026d8
commit efb8e69c91
5 changed files with 19 additions and 4 deletions

View File

@@ -1,7 +1,9 @@
body {
-webkit-font-smoothing: antialiased;
}
code {
.hljs, code {
font-family: 'Source Code Pro', monospace;
}
code {
font-size: 14px;
}