mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
fixed a bug in fonts...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
f64769ab68
commit
dba81145b0
@ -235,7 +235,7 @@
|
|||||||
font-family: 'Material Icons';
|
font-family: 'Material Icons';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
|
src: url(fonts/MaterialIcons/MaterialIcons-Regular.eot); /* IE6-8 */
|
||||||
src: local('Material Icons'),
|
src: local('Material Icons'),
|
||||||
local('MaterialIcons-Regular'),
|
local('MaterialIcons-Regular'),
|
||||||
url(fonts/MaterialIcons/MaterialIcons-Regular.woff2) format('woff2'),
|
url(fonts/MaterialIcons/MaterialIcons-Regular.woff2) format('woff2'),
|
||||||
|
|||||||
@ -86,6 +86,10 @@ var ExperimentActions = actions.Actions({
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
})],
|
})],
|
||||||
|
|
||||||
|
unsavedChanges: ['- Experimental/',
|
||||||
|
function(){
|
||||||
|
}],
|
||||||
})
|
})
|
||||||
|
|
||||||
var ExperimentFeature =
|
var ExperimentFeature =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user