1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-10-24 11:16:27 +02:00
Files
csslayout/client/index.css
2019-11-26 23:33:52 +07:00

10 lines
143 B
CSS

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