Skip to content

Commit 42537dd

Browse files
committed
Update font again
1 parent 60e2554 commit 42537dd

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

docs.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111
"icons": {
1212
"library": "lucide"
1313
},
14+
"fonts": {
15+
"body": {
16+
"family": "inter-variable"
17+
},
18+
"heading": {
19+
"family": "inter-variable"
20+
}
21+
},
1422
"navigation": {
1523
"dropdowns": [
1624
{

font.css

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/*
2+
* The Typekit service used to deliver this font or fonts for use on websites
3+
* is provided by Adobe and is subject to these Terms of Use
4+
* http://www.adobe.com/products/eulas/tou_typekit. For font license
5+
* information, see the list below.
6+
*
7+
* inter-variable:
8+
* - http://typekit.com/eulas/00000000000000007750957d
9+
*
10+
* © 2009-2025 Adobe Systems Incorporated. All Rights Reserved.
11+
*/
12+
/*{"last_published":"2025-04-26 07:18:24 UTC"}*/
13+
14+
@import url("https://p.typekit.net/p.css?s=1&k=zmy3zmk&ht=tk&f=55314&a=164646275&app=typekit&e=css");
15+
16+
@font-face {
17+
font-family:"inter-variable";
18+
src:url("https://use.typekit.net/af/250efc/00000000000000007750957d/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/250efc/00000000000000007750957d/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/250efc/00000000000000007750957d/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
19+
font-display:auto;font-style:normal;font-weight:100 900;font-stretch:normal;
20+
}
21+
22+
.tk-inter-variable { font-family: "inter-variable",sans-serif; }

0 commit comments

Comments
 (0)