Skip to content

Commit c95ece2

Browse files
authored
Merge pull request #10931 from ethereum/remove-font-bold-italic
Remove Inter-BoldItalic font
2 parents 167449b + 56c7e73 commit c95ece2

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

static/fonts/Inter-BoldItalic.woff

-148 KB
Binary file not shown.

static/fonts/Inter-BoldItalic.woff2

-109 KB
Binary file not shown.

static/fonts/inter-font-face.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,3 @@
2222
src: url("./Inter-Bold.woff2") format("woff2"),
2323
url("./Inter-Bold.woff") format("woff");
2424
}
25-
@font-face {
26-
font-family: "Inter";
27-
font-style: italic;
28-
font-weight: 700;
29-
font-display: swap;
30-
src: url("./Inter-BoldItalic.woff2") format("woff2"),
31-
url("./Inter-BoldItalic.woff") format("woff");
32-
}

0 commit comments

Comments
 (0)