74249687
Luigi Serra
Cross browser con...
|
1
2
3
4
5
|
// package metadata file for Meteor.js
Package.describe({
name: 'materialize:materialize', // http://atmospherejs.com/materialize/materialize
summary: 'Materialize (official): A modern responsive front-end framework based on Material Design',
|
c5169e0e
Renato De Donato
a new hope
|
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
'font/material-design-icons/Material-Design-Icons.eot',
'font/material-design-icons/Material-Design-Icons.svg',
'font/material-design-icons/Material-Design-Icons.ttf',
'font/material-design-icons/Material-Design-Icons.woff',
'font/material-design-icons/Material-Design-Icons.woff2',
'font/roboto/Roboto-Bold.ttf',
'font/roboto/Roboto-Bold.woff',
'font/roboto/Roboto-Bold.woff2',
'font/roboto/Roboto-Light.ttf',
'font/roboto/Roboto-Light.woff',
'font/roboto/Roboto-Light.woff2',
'font/roboto/Roboto-Medium.ttf',
'font/roboto/Roboto-Medium.woff',
'font/roboto/Roboto-Medium.woff2',
'font/roboto/Roboto-Regular.ttf',
'font/roboto/Roboto-Regular.woff',
'font/roboto/Roboto-Regular.woff2',
'font/roboto/Roboto-Thin.ttf',
'font/roboto/Roboto-Thin.woff',
'font/roboto/Roboto-Thin.woff2',
'bin/materialize.css',
'bin/materialize.js',
|