Skip to content

Commit b584b71

Browse files
committed
Update fonts
1 parent e56219a commit b584b71

9 files changed

+4
-4
lines changed

css/global.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
Aller is copyright Dalton Maag Ltd, http://www.daltonmaag.com/ */
99
@font-face {
1010
font-family: "OFTN Aller";
11-
src: url("../fonts/OFTN-Aller-Bold.woff") format("woff"),
12-
url("../fonts/OFTN-Aller-Bold.ttf") format("truetype");
11+
src: url("https://oftn.org/fonts/OFTN-Aller-Bold.woff2") format("woff2"),
12+
url("https://oftn.org/fonts/OFTN-Aller-Bold.woff") format("woff");
1313
font-weight: bold;
1414
font-style: normal;
1515
}
1616
@font-face {
1717
font-family: "OFTN Aller";
18-
src: url("../fonts/OFTN-Aller.woff") format("woff"),
19-
url("../fonts/OFTN-Aller.ttf") format("truetype");
18+
src: url("https://oftn.org/fonts/OFTN-Aller.woff2") format("woff2"),
19+
url("https://oftn.org/fonts/OFTN-Aller.woff") format("woff");
2020
font-weight: normal;
2121
font-style: normal;
2222
}

fonts/OFTN-Aller-Bold.ttf

-14.3 KB
Binary file not shown.

fonts/OFTN-Aller-Bold.woff

-7.14 KB
Binary file not shown.

fonts/OFTN-Aller.ttf

-14.7 KB
Binary file not shown.

fonts/OFTN-Aller.woff

-7.47 KB
Binary file not shown.

fonts/src/OFTN-Aller-Bold.ttf

-167 KB
Binary file not shown.

fonts/src/OFTN-Aller-Bold.woff

-65 KB
Binary file not shown.

fonts/src/OFTN-Aller.ttf

-175 KB
Binary file not shown.

fonts/src/OFTN-Aller.woff

-67.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)