Skip to content

Commit 651046b

Browse files
authored
Merge pull request #1161 from nummi/inter-font
Inter Font
2 parents 1c4f549 + 0a6f0cc commit 651046b

6 files changed

Lines changed: 19 additions & 1 deletion

File tree

app/index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,24 @@
99

1010
{{content-for "head"}}
1111

12+
<style type="text/css">
13+
@font-face {
14+
font-display: swap;
15+
font-family: 'Inter';
16+
font-style: normal;
17+
font-weight: 400;
18+
src: url("{{rootURL}}assets/fonts/Inter-Regular.woff2?v=3.12") format("woff2"), url("{{rootURL}}assets/fonts/Inter-Regular.woff?v=3.12") format("woff");
19+
}
20+
21+
@font-face {
22+
font-display: swap;
23+
font-family: 'Inter';
24+
font-style: normal;
25+
font-weight: 700;
26+
src: url("{{rootURL}}assets/fonts/Inter-Bold.woff2?v=3.12") format("woff2"), url("{{rootURL}}assets/fonts/Inter-Bold.woff?v=3.12") format("woff");
27+
}
28+
</style>
29+
1230
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css">
1331
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/ember-inspector.css">
1432

app/styles/base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:root {
2-
--font-sans-serif: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Cantarell', 'Oxygen', 'Ubuntu', 'Helvetica Neue', helvetica, arial, sans-serif;
2+
--font-sans-serif: "Inter", -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Cantarell', 'Oxygen', 'Ubuntu', 'Helvetica Neue', helvetica, arial, sans-serif;
33
--font-monospace: 'SF Mono', Menlo, Monaco, monospace;
44
--inherit: inherit;
55
--unit0: 0;
140 KB
Binary file not shown.
105 KB
Binary file not shown.
131 KB
Binary file not shown.
97.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)