linstrom/frontend-reactive/app/styles/app.css

21 lines
436 B
CSS
Raw Normal View History

2024-08-22 17:57:53 +00:00
/* Ember supports plain CSS out of the box. More info: https://cli.emberjs.com/release/advanced-use/stylesheets/ */
2024-09-19 11:50:04 +00:00
@import url("notes.css");
2024-09-23 07:18:35 +00:00
@import url("util.css");
2024-09-23 07:18:35 +00:00
/* TODO: Find a cool font to use throughout the entire project */
2024-09-19 11:50:04 +00:00
* {
font-family:
system-ui,
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Oxygen,
Ubuntu,
Cantarell,
"Open Sans",
"Helvetica Neue",
sans-serif;
}
2024-09-23 07:18:35 +00:00