Found font! Also tests and styling
This commit is contained in:
parent
23aefa268a
commit
83b45a5e46
36 changed files with 616 additions and 415 deletions
|
@ -1,20 +1,7 @@
|
|||
/* Ember supports plain CSS out of the box. More info: https://cli.emberjs.com/release/advanced-use/stylesheets/ */
|
||||
@import url("fonts.css");
|
||||
@import url("colors.css");
|
||||
@import url("notes.css");
|
||||
@import url("util.css");
|
||||
|
||||
/* TODO: Find a cool font to use throughout the entire project */
|
||||
* {
|
||||
font-family:
|
||||
system-ui,
|
||||
-apple-system,
|
||||
BlinkMacSystemFont,
|
||||
"Segoe UI",
|
||||
Roboto,
|
||||
Oxygen,
|
||||
Ubuntu,
|
||||
Cantarell,
|
||||
"Open Sans",
|
||||
"Helvetica Neue",
|
||||
sans-serif;
|
||||
}
|
||||
|
||||
@import url("svgs.css");
|
||||
@import url("timeline.css");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue