We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8462db commit 48343f9Copy full SHA for 48343f9
dist/fa-kit.css
@@ -15,10 +15,13 @@ html:root {
15
*::after {
16
box-sizing: border-box; }
17
18
+html {
19
+ font-family: Arial, -apple-system, system-ui;
20
+ font-size: calc(var(--font-size) * 1px);
21
+ color: black; }
22
+
23
body {
24
margin: 0;
- line-height: 1;
- color: black;
25
background: white; }
26
27
img, picture {
sass/base/reset.sass
@@ -3,14 +3,17 @@
3
*::after
4
box-sizing : border-box
5
6
+html
7
+ font:
8
+ family: $font-main
9
+ size: calc(var(--font-size) * 1px)
10
+ color: $body-text-color
11
12
body
13
margin: 0
- line-height: 1
- color: $body-text-color
14
background: $body-background-color
// Media
-
img, picture
line-height: 0
vertical-align: middle
0 commit comments