style: update font-family

0.2.5(deprecated)
SukkaW 7 years ago
parent cedd723466
commit ffc58f81df

@ -8,6 +8,14 @@
#dsqjs * {
margin: 0;
padding: 0;
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #2a2e2e;
}
#dsqjs code {
font-family: "SF Mono", "Segoe UI Mono", Consolas, "Roboto Mono", "Liberation Mono", Menlo, Courier, 'Courier New', monospace !important;
}
#dsqjs ul {

Loading…
Cancel
Save