diff options
author | rtz12 <koenig@fagott.pw> | 2016-03-29 16:13:05 (UTC) |
---|---|---|
committer | rtz12 <koenig@fagott.pw> | 2016-03-29 16:13:05 (UTC) |
commit | 3395d6afa0f129f73b57f3d066ec82703093d8f5 (patch) | |
tree | f8304662424336fc6006187e37d3f6d37d907941 | |
parent | 63281ae8bf4c7c3c8d5261090932f94b8140d006 (diff) | |
parent | b601ea312d2c08560fcb70312536e6ba61d09bf4 (diff) |
Merge branch 'master' of projekte.fagott.pw:grilist
-rw-r--r-- | assets_src/css/material_icons.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/assets_src/css/material_icons.css b/assets_src/css/material_icons.css index f206a91..94d5546 100644 --- a/assets_src/css/material_icons.css +++ b/assets_src/css/material_icons.css | |||
@@ -2,12 +2,12 @@ | |||
2 | font-family: 'Material Icons'; | 2 | font-family: 'Material Icons'; |
3 | font-style: normal; | 3 | font-style: normal; |
4 | font-weight: 400; | 4 | font-weight: 400; |
5 | src: url(/assets/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */ | 5 | src: url(/assets/font/MaterialIcons-Regular.eot); /* For IE6-8 */ |
6 | src: local('Material Icons'), | 6 | src: local('Material Icons'), |
7 | local('MaterialIcons-Regular'), | 7 | local('MaterialIcons-Regular'), |
8 | url(/assets/fonts/MaterialIcons-Regular.woff2) format('woff2'), | 8 | url(/assets/font/MaterialIcons-Regular.woff2) format('woff2'), |
9 | url(/assets/fonts/MaterialIcons-Regular.woff) format('woff'), | 9 | url(/assets/font/MaterialIcons-Regular.woff) format('woff'), |
10 | url(/assets/fonts/MaterialIcons-Regular.ttf) format('truetype'); | 10 | url(/assets/font/MaterialIcons-Regular.ttf) format('truetype'); |
11 | } | 11 | } |
12 | 12 | ||
13 | .material-icons { | 13 | .material-icons { |