]> git.proxmox.com Git - framework7.git/blob - debian/patches/change-font-url.patch
intial commit
[framework7.git] / debian / patches / change-font-url.patch
1 Index: framework7/material-icons/material-icons.css
2 ===================================================================
3 --- framework7.orig/material-icons/material-icons.css
4 +++ framework7/material-icons/material-icons.css
5 @@ -2,12 +2,12 @@
6 font-family: 'Material Icons';
7 font-style: normal;
8 font-weight: 400;
9 - src: url(MaterialIcons-Regular.eot); /* For IE6-8 */
10 + src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
11 src: local('Material Icons'),
12 local('MaterialIcons-Regular'),
13 - url(MaterialIcons-Regular.woff2) format('woff2'),
14 - url(MaterialIcons-Regular.woff) format('woff'),
15 - url(MaterialIcons-Regular.ttf) format('truetype');
16 + url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
17 + url(../fonts/MaterialIcons-Regular.woff) format('woff'),
18 + url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
19 }
20
21 .material-icons {