Spaces:
Runtime error
Runtime error
Update stytles.css
Browse files- stytles.css +15 -0
stytles.css
CHANGED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
body {
|
2 |
+
font-family: sans-serif;
|
3 |
+
-webkit-font-smoothing: auto;
|
4 |
+
-moz-font-smoothing: auto;
|
5 |
+
-moz-osx-font-smoothing: grayscale;
|
6 |
+
font-smoothing: auto;
|
7 |
+
text-rendering: optimizeLegibility;
|
8 |
+
font-smooth: always;
|
9 |
+
-webkit-tap-highlight-color: transparent;
|
10 |
+
-webkit-touch-callout: none;
|
11 |
+
}
|
12 |
+
|
13 |
+
h1 {
|
14 |
+
font-size: 1.5rem;
|
15 |
+
}
|