style: #41 调整字体配置

pull/49/head
moonrailgun 3 years ago
parent 1371b080dd
commit 79bb323dbe

@ -1,6 +1,11 @@
@tailwind base;
@layer base {
body {
// github style
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
}
h1 {
@apply text-2xl;
}

Loading…
Cancel
Save