acecalisto3 commited on
Commit
528c51f
·
verified ·
1 Parent(s): 717929a

Update stytles.css

Browse files
Files changed (1) hide show
  1. 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
+ }