Skip to content

Commit

Permalink
style: heading font changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfidable committed Oct 2, 2023
1 parent 76f6a6b commit 164947f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
--color-accent-light: theme(colors.sky.400);
--color-accent-lighter: theme(colors.sky.300);

--font-heading: "Sacramento", sans-serif;
--font-heading: "Josefin Sans Variable", sans-serif;
}

[data-theme="halloween"] {
Expand All @@ -41,14 +41,14 @@
}

[data-type="unity"] {
--primary-color: 0 0% 0%;
--secondary-color: 217 33% 17%;
--primary-color: 217 33% 17%;
--secondary-color: 0 0% 0%;
--accent-color: var(--primary-color);
}

[data-theme="dark"] [data-type="unity"] {
--primary-color: 0 0% 0%;
--secondary-color: 217 33% 17%;
--primary-color: 217 33% 17%;
--secondary-color: 0 0% 0%;
--accent-color: 0 0% 75%;
}
}
Expand Down

0 comments on commit 164947f

Please sign in to comment.