We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4cbe66 commit 09d96bbCopy full SHA for 09d96bb
style.css
@@ -1,4 +1,4 @@
1
-* {
2
- font-family: system-ui;
3
- line-height: 150%;
+* {/*global styles*/
+ font-family: system-ui;/*set default font to system-based font*/
+ line-height: 150%;/*set default line height to 150%*/
4
}
0 commit comments