mirror of
https://github.com/andrewgioia/mana.git
synced 2024-10-31 23:44:47 +00:00
15 lines
386 B
Plaintext
15 lines
386 B
Plaintext
|
.@{prefix} {
|
||
|
display: inline-block;
|
||
|
font: normal normal normal @font-size-base/1 Mana;
|
||
|
font-size: inherit;
|
||
|
line-height: 1em;
|
||
|
text-rendering: auto;
|
||
|
transform: translate(0, 0);
|
||
|
speak: none;
|
||
|
text-transform: none;
|
||
|
vertical-align: middle;
|
||
|
/* Better font rendering */
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
-moz-osx-font-smoothing: grayscale;
|
||
|
}
|