hookshot/web/styling.css

7 lines
115 B
CSS
Raw Normal View History

2020-12-12 20:29:33 +00:00
2021-04-11 15:18:49 +01:00
@import "../node_modules/@fontsource/open-sans/400.css";
2020-12-12 20:29:33 +00:00
@import "mini.css";
body {
font-family: 'Open Sans';
}