Skip to content

Commit

Permalink
inter import
Browse files Browse the repository at this point in the history
  • Loading branch information
SYwaves committed Aug 5, 2024
1 parent e013e87 commit 47d50aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 18 deletions.
4 changes: 4 additions & 0 deletions p0-base.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* imports(s) */

@import url('https://rsms.me/inter/inter.css');

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
Expand Down
17 changes: 0 additions & 17 deletions p1-fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,6 @@
/* ----- BASE FONTS ----- */
/* ---------------------- */

/* ---- Inter (variable) ---- */
@font-face {
font-family: Inter;
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url('./fonts/Inter-roman.var.woff2?v=3.19') format('woff2');
}

@font-face {
font-family: Inter;
font-style: italic;
font-weight: 100 900;
font-display: swap;
src: url('./fonts/Inter-italic.var.woff2?v=3.19') format('woff2');
}

/* ---- JetBrains Mono ---- */
@font-face {
font-family: 'JetBrains Mono';
Expand Down
2 changes: 1 addition & 1 deletion p2-core.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

--header-font-primary: 'Lexend';
--UI-font-primary: 'Jost';
--body-font-primary: 'Inter';
--body-font-primary: 'InterVariable';
--mono-font-primary: 'JetBrains Mono';
--header-font-fallback: franklin gothic medium, franklin gothic, itc franklin gothic, 'Helvetica Neue', 'Helvetica', arial, sans-serif;
--UI-font-fallback: -apple-system, system-ui, blinkmacsystemfont, 'Segoe UI', roboto, oxygen-sans, ubuntu, cantrell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
Expand Down

0 comments on commit 47d50aa

Please sign in to comment.