tangled
alpha
login
or
join now
da157.id
/
website
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
better font stuff
0xda157
3 months ago
e65a1f22
b6a80a48
+1
-1
1 changed file
expand all
collapse all
unified
split
sass
style.scss
+1
-1
sass/style.scss
···
30
30
}
31
31
32
32
html {
33
33
-
font-family: "Roboto", Sans-Serif;
33
33
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
34
34
color: var(--text);
35
35
background-color: var(--site-bg);
36
36
}