mirror of
https://git.proxmox.com/git/framework7
synced 2026-02-04 19:42:15 +00:00
22 lines
910 B
Diff
22 lines
910 B
Diff
Index: framework7/material-icons/material-icons.css
|
|
===================================================================
|
|
--- framework7.orig/material-icons/material-icons.css
|
|
+++ framework7/material-icons/material-icons.css
|
|
@@ -2,12 +2,12 @@
|
|
font-family: 'Material Icons';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
- src: url(MaterialIcons-Regular.eot); /* For IE6-8 */
|
|
+ src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
|
|
src: local('Material Icons'),
|
|
local('MaterialIcons-Regular'),
|
|
- url(MaterialIcons-Regular.woff2) format('woff2'),
|
|
- url(MaterialIcons-Regular.woff) format('woff'),
|
|
- url(MaterialIcons-Regular.ttf) format('truetype');
|
|
+ url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
|
|
+ url(../fonts/MaterialIcons-Regular.woff) format('woff'),
|
|
+ url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
|
|
}
|
|
|
|
.material-icons {
|