Skip to content

Commit

Permalink
inter update
Browse files Browse the repository at this point in the history
  • Loading branch information
mblair committed Jul 8, 2023
1 parent f21d0fd commit 5aae1ef
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
@import url("https://rsms.me/inter/inter-ui.css");
@import url("https://rsms.me/inter/inter.css");

body {
font-family: "Inter UI", sans-serif;
:root {
font-family: "Inter", sans-serif;
}
@supports (font-variation-settings: normal) {
:root {
font-family: "Inter var", sans-serif;
}
}
background: linear-gradient(-135deg, #1400c8, #b900b4, #f50000) fixed;
color: #cdbfe3;
padding: 3rem 3rem;
Expand Down

0 comments on commit 5aae1ef

Please sign in to comment.