Skip to content

Commit f30c647

Browse files
committed
Add Inter-UI fonts explicitly
These fonts are referenced in primer-marketing but are not found in the node module. This is necessary until we upgrade Primer, where the fonts are already bundled: https://github.com/primer/css/tree/master/fonts
1 parent 79ab8ac commit f30c647

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

assets/css/index.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
---
22
---
33

4+
// The Inter-UI-* fonts referenced in primer-marketing are located here, until we upgrade to the new Primer.
5+
$marketing-font-path: "/assets/fonts/";
6+
47
@import "primer-core/index.scss";
58
@import "primer-marketing/index.scss";
69
@import "toc.scss";
710
@import "custom.scss";
811
@import "covers.scss";
912
@import "anchor.scss";
13+

assets/fonts/Inter-UI-Medium.woff

161 KB
Binary file not shown.

assets/fonts/Inter-UI-Regular.woff

153 KB
Binary file not shown.

0 commit comments

Comments
 (0)