1
Fork 0
photoview/ui/src/index.css

18 lines
263 B
CSS
Raw Normal View History

2021-05-21 12:15:00 +02:00
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#root,
body,
html {
height: 100%;
margin: 0;
font-size: inherit;
font-family: 'Source Sans Pro', sans-serif;
}
@tailwind base;
@tailwind components;
@tailwind utilities;