source: prototipo_portal_2018/prototipo/static/font-awesome/less/core.less @ 0500480

Last change on this file since 0500480 was 747e744, checked in by Antonio Araujo <aaraujo@…>, 7 years ago

Creado directorio prototipo con fuentes de la modificación del portal para establecer la ubicación de la firma visible

  • Property mode set to 100644
File size: 452 bytes
Line 
1// Base Class Definition
2// -------------------------
3
4.@{fa-css-prefix} {
5  display: inline-block;
6  font: normal normal normal @fa-font-size-base/@fa-line-height-base FontAwesome; // shortening font declaration
7  font-size: inherit; // can't have font-size inherit on line above, so need to override
8  text-rendering: auto; // optimizelegibility throws things off #1094
9  -webkit-font-smoothing: antialiased;
10  -moz-osx-font-smoothing: grayscale;
11
12}
Note: See TracBrowser for help on using the repository browser.