Skip to content

Commit 1ef9506

Browse files
committed
font delivery
1 parent aae1d0f commit 1ef9506

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

cdn/font/raleway-regular.woff

-29.3 KB
Binary file not shown.

src/checkout/styles.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55

66
@font-face {
77
font-family: "Raleway";
8-
src: url("../cdn/font/Raleway-Regular.woff2") format("woff2"),
9-
url("../cdn/font/Raleway-Regular.woff") format("woff");
8+
src: url("/cdn/font/raleway-regular.woff2") format("woff2");
109
font-weight: normal;
1110
font-style: normal;
1211
}

src/explore/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
@font-face {
1010
font-family: "Raleway";
1111
src:
12-
url("../cdn/font/Raleway-Regular.woff2") format("woff2"),
13-
url("../cdn/font/Raleway-Regular.woff") format("woff");
12+
url("/cdn/font/raleway-regular.woff2") format("woff2"),
13+
url("/cdn/font/raleway-regular.woff") format("woff");
1414
font-weight: normal;
1515
font-style: normal;
1616
}

0 commit comments

Comments
 (0)