7 lines
157 B
SCSS
7 lines
157 B
SCSS
|
#app {
|
||
|
font-family: Avenir, Helvetica, Arial, sans-serif;
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
-moz-osx-font-smoothing: grayscale;
|
||
|
color: #2c3e50;
|
||
|
}
|