fix: material in TTF and EOT (#8)
Fixes https://github.com/filebrowser/filebrowser/issues/404.pull/739/head
parent
a10f286f0f
commit
d3e363a4d5
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -114,7 +114,11 @@
|
||||||
font-family: 'Material Icons';
|
font-family: 'Material Icons';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: local('Material Icons'), local('MaterialIcons-Regular'), url(../assets/fonts/material/icons.woff2) format('woff2');
|
src: url(../assets/fonts/material/icons.eot);
|
||||||
|
src: local('Material Icons'),
|
||||||
|
local('MaterialIcons-Regular'),
|
||||||
|
url(../assets/fonts/material/icons.woff2) format('woff2'),
|
||||||
|
url(../assets/fonts/material/icons.ttf) format('truetype');
|
||||||
}
|
}
|
||||||
|
|
||||||
.prompt .file-list ul li:before,
|
.prompt .file-list ul li:before,
|
||||||
|
|
Loading…
Reference in New Issue