File size: 229 Bytes
7dc6a72 |
1 2 3 4 5 6 7 8 9 |
@import url('https://fonts.googleapis.com/css?family=Kanit:400,700&display=swap');
body {
font-family: 'Kanit', 'Ubuntu', sans-serif;
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
|