Skip to content

Commit 026d8ed

Browse files
committed
Example: Correct icon font issue in Chrome 56 for Android
1 parent 8fadd19 commit 026d8ed

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

example/fonts/rack-icons.woff

100755100644
3.95 KB
Binary file not shown.

example/fonts/rack-icons.woff2

-1.22 KB
Binary file not shown.

example/styles/fonts.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
@font-face {
2-
font-family: 'rac-icons';
3-
src: url('./../fonts/rack-icons.woff2') format('woff2'),
4-
url('./../fonts/rack-icons.woff') format('woff');
2+
font-family: 'rack-icons';
3+
src: url('./../fonts/rack-icons.woff') format('woff');
54
font-weight: normal;
65
font-style: normal;
76
}

0 commit comments

Comments
 (0)