Skip to content

Commit 017f770

Browse files
committed
DevDisplay
1 parent d2e1d00 commit 017f770

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

dist/output.css

+4-3
Original file line numberDiff line numberDiff line change
@@ -575,15 +575,16 @@ html.light {
575575
body {
576576
margin: 0;
577577
padding: 0;
578-
font-family: 'Poppins', sans-serif;
578+
font-family: 'MerriweatherSans-Light', sans-serif;
579579
-webkit-font-smoothing: antialiased;
580580
-moz-osx-font-smoothing: grayscale;
581-
background-color: var(--primary-color);
581+
background-color: var(--textPrimary);
582582
color: var(--text-color);
583583
}
584584

585585
code {
586-
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
586+
font-family: source-code-pro, Menlo, Monaco, Consolas, 'MerriweatherSans-SemiBold', 'MerriweatherSans-Light',
587+
monospace;
587588
}
588589

589590
@media (max-width: 480px) {

0 commit comments

Comments
 (0)