source: firmaeventos/static/materialize/material_icon/icon.css

Last change on this file was 5d88f36, checked in by lhernandez <lhernandez@…>, 7 years ago

Agregada class para comporbar el proceso del evento

  • Property mode set to 100755
File size: 565 bytes
Line 
1/* fallback */
2@font-face {
3  font-family: 'Material Icons';
4  font-style: normal;
5  font-weight: 400;
6  src: local('Material Icons'), local('MaterialIcons-Regular'), url(material_icons.woff2) format('woff2');
7}
8
9.material-icons {
10  font-family: 'Material Icons';
11  font-weight: normal;
12  font-style: normal;
13  font-size: 24px;
14  line-height: 1;
15  letter-spacing: normal;
16  text-transform: none;
17  display: inline-block;
18  white-space: nowrap;
19  word-wrap: normal;
20  direction: ltr;
21  -webkit-font-feature-settings: 'liga';
22  -webkit-font-smoothing: antialiased;
23}
Note: See TracBrowser for help on using the repository browser.