Skip to content

Commit e982cd8

Browse files
Revert "Update inter to 4.1"
This reverts commit 81065aa.
1 parent 3b91f6d commit e982cd8

File tree

11 files changed

+80
-6
lines changed

11 files changed

+80
-6
lines changed

background.html

Lines changed: 41 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,54 @@
2929
<title>Signal</title>
3030
<link
3131
rel="preload"
32-
href="fonts/InterVariable.woff2"
32+
href="fonts/inter-v3.19/Inter-BoldItalic.woff2"
3333
as="font"
3434
crossorigin
3535
type="font/woff2"
3636
/>
3737
<link
3838
rel="preload"
39-
href="images/signal-logo.svg"
40-
as="image"
41-
crossorigin="anonymous"
39+
href="fonts/inter-v3.19/Inter-Bold.woff2"
40+
as="font"
41+
type="font/woff2"
42+
crossorigin
43+
/>
44+
<link
45+
rel="preload"
46+
href="fonts/inter-v3.19/Inter-SemiBoldItalic.woff2"
47+
as="font"
48+
type="font/woff2"
49+
crossorigin
50+
/>
51+
<link
52+
rel="preload"
53+
href="fonts/inter-v3.19/Inter-Italic.woff2"
54+
as="font"
55+
type="font/woff2"
56+
crossorigin
57+
/>
58+
<link
59+
rel="preload"
60+
href="fonts/inter-v3.19/Inter-SemiBold.woff2"
61+
as="font"
62+
type="font/woff2"
63+
crossorigin
64+
/>
65+
<link
66+
rel="preload"
67+
href="fonts/inter-v3.19/Inter-Regular.woff2"
68+
as="font"
69+
type="font/woff2"
70+
crossorigin
71+
/>
72+
<link
73+
rel="preload"
74+
href="fonts/inter-v3.19/Inter-Medium.woff2"
75+
as="font"
76+
type="font/woff2"
77+
crossorigin
4278
/>
79+
<link rel="preload" href="images/signal-logo.svg" as="image" crossorigin />
4380

4481
<link
4582
href="node_modules/sanitize.css/sanitize.css"

fonts/InterVariable.woff2

-344 KB
Binary file not shown.

fonts/inter-v3.19/Inter-Bold.woff2

104 KB
Binary file not shown.
109 KB
Binary file not shown.
104 KB
Binary file not shown.
103 KB
Binary file not shown.
96.6 KB
Binary file not shown.
103 KB
Binary file not shown.
109 KB
Binary file not shown.

stylesheets/_fontfaces.scss

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,41 @@
33

44
@font-face {
55
font-family: 'Inter';
6-
src: url('../fonts/InterVariable.woff2');
6+
src: url('../fonts/inter-v3.19/Inter-BoldItalic.woff2');
7+
font-weight: bolder;
8+
font-style: italic;
9+
}
10+
@font-face {
11+
font-family: 'Inter';
12+
src: url('../fonts/inter-v3.19/Inter-Bold.woff2');
13+
font-weight: bolder;
14+
}
15+
16+
@font-face {
17+
font-family: 'Inter';
18+
src: url('../fonts/inter-v3.19/Inter-SemiBoldItalic.woff2');
19+
font-weight: bold;
20+
font-style: italic;
21+
}
22+
@font-face {
23+
font-family: 'Inter';
24+
src: url('../fonts/inter-v3.19/Inter-Italic.woff2');
25+
font-style: italic;
26+
}
27+
@font-face {
28+
font-family: 'Inter';
29+
src: url('../fonts/inter-v3.19/Inter-SemiBold.woff2');
30+
font-weight: bold;
31+
}
32+
@font-face {
33+
font-family: 'Inter';
34+
src: url('../fonts/inter-v3.19/Inter-Medium.woff2');
35+
font-weight: 500;
36+
}
37+
38+
@font-face {
39+
font-family: 'Inter';
40+
src: url('../fonts/inter-v3.19/Inter-Regular.woff2');
741
}
842

943
@font-face {

0 commit comments

Comments
 (0)