Skip to content

Commit febf989

Browse files
committed
Re-add in Inter Var
1 parent fad9597 commit febf989

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

fonts.css

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/*
2+
* Adding Inter Variable from Adobe Fonts
3+
* © 2009-2025 Adobe Systems Incorporated. All Rights Reserved.
4+
*/
5+
6+
@import url('https://p.typekit.net/p.css?s=1&k=zmy3zmk&ht=tk&f=55314&a=164646275&app=typekit&e=css');
7+
8+
@font-face {
9+
font-family: 'inter-variable';
10+
src: url('https://use.typekit.net/af/250efc/00000000000000007750957d/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3')
11+
format('woff2'),
12+
url('https://use.typekit.net/af/250efc/00000000000000007750957d/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3')
13+
format('woff'),
14+
url('https://use.typekit.net/af/250efc/00000000000000007750957d/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3')
15+
format('opentype');
16+
font-display: auto;
17+
font-style: normal;
18+
font-weight: 100 900;
19+
font-stretch: normal;
20+
}
21+
22+
body {
23+
font-family: 'inter-variable', sans-serif;
24+
}

0 commit comments

Comments
 (0)