Skip to content

Commit

Permalink
docs: update font
Browse files Browse the repository at this point in the history
  • Loading branch information
adalinesimonian committed Feb 1, 2024
1 parent 3e1ec55 commit 985474e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Sarala&family=IBM+Plex+Sans&family=IBM+Plex+Mono&family=Lora&display=swap');
@import url('https://adalinesimonian.github.io/fonts/scandia/styles.css');

:root {
--main-bg-color: #202020;
Expand Down Expand Up @@ -35,7 +36,7 @@ h3,
h4,
h5,
h6 {
font-family: 'Sarala', sans-serif;
font-family: 'ScandiaWebBold', 'Sarala', sans-serif;
font-size: 4rem;
margin-bottom: 0.5rem;
}
Expand Down Expand Up @@ -152,7 +153,7 @@ word-graph {
justify-content: center;
}

div:not(#welcome) .text-content {
section:not(#welcome) .text-content {
display: flex;
flex-direction: column;
align-items: center;
Expand Down

0 comments on commit 985474e

Please sign in to comment.