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

Last change on this file since ae65f8e was 3996539, checked in by rudmanmrrod <rudman22@…>, 7 years ago

Renombrado utils como base, cambiado el template, quitados modelos no usados, agregado materialize

  • Property mode set to 100644
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.