Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit fc119fa

Browse files
author
Billy Clark
committed
ligatures weren't working in ie11
1 parent a7cb384 commit fc119fa

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

www/material-icons.woff

60.5 KB
Binary file not shown.

www/styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,6 @@
9595
font-weight: 400;
9696
src: local('Material Icons'),
9797
local('MaterialIcons-Regular'),
98-
url(/module.php/material/material-icons.woff2) format('woff2');
98+
url(/module.php/material/material-icons.woff2) format('woff2'),
99+
url(/module.php/material/material-icons.woff) format('woff');
99100
}

0 commit comments

Comments
 (0)