Skip to content

Commit

Permalink
CSS typography tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Jan 21, 2024
1 parent 8145d85 commit afe8130
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
9 changes: 3 additions & 6 deletions src/assets/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/* default to border-box */
html {
box-sizing: border-box;
font-size: 16px;
font-size: 17px;
}

*,
Expand All @@ -19,18 +19,15 @@ html {
}

:root {
--system-fonts: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Cantarell, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", system-ui, sans-serif;
--system-fonts: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
system-ui, sans-serif;
--system-fonts-mono: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/* adjust typography defaults */
body {
font-family: var(--system-fonts);
margin: 0;
padding: 0;
/* font-family: Noto; */
/* font-family: sans-serif; */
/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; */
width: 100vw;
overflow-x: hidden;
background: hsl(235deg 19% 16%);
Expand Down
2 changes: 1 addition & 1 deletion src/assets/styles/layout.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body {
font-size: 16px;
font-size: 17px;
}

/* COLOR */
Expand Down
9 changes: 3 additions & 6 deletions src/assets/styles/welcome.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* default to border-box */
html {
box-sizing: border-box;
font-size: 16px;
font-size: 17px;
}

*,
Expand All @@ -11,18 +11,15 @@ html {
}

:root {
--system-fonts: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Cantarell, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", system-ui, sans-serif;
--system-fonts: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
system-ui, sans-serif;
--system-fonts-mono: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/* adjust typography defaults */
body {
font-family: var(--system-fonts);
margin: 0;
padding: 0;
/* font-family: Noto; */
/* font-family: sans-serif; */
/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; */
line-height: 1.5;
width: 100vw;
overflow-x: hidden;
Expand Down

0 comments on commit afe8130

Please sign in to comment.