[fonts] fix bad references on the Material Icons font

Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
This commit is contained in:
Jakob Ackermann 2019-05-03 21:41:06 +02:00
parent cec469ab67
commit 9d97c30914
No known key found for this signature in database
GPG key ID: 17FA08AA7E62A231
2 changed files with 4 additions and 4 deletions

2
dist/style.css vendored

File diff suppressed because one or more lines are too long

View file

@ -3,9 +3,9 @@
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(MaterialIcons-Regular.eot); /* For IE6-8 */
src: local('fonts/Material Icons'),
local('fonts/MaterialIcons-Regular'),
src: url(fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url(fonts/MaterialIcons-Regular.woff2) format('woff2'),
url(fonts/MaterialIcons-Regular.woff) format('woff'),
url(fonts/MaterialIcons-Regular.ttf) format('truetype');