mirror of
https://github.com/andrewgioia/mana.git
synced 2024-11-22 15:04:46 +00:00
6f9be57fd8
The font style was previously not being set
9 lines
188 B
Plaintext
9 lines
188 B
Plaintext
/**
|
|
* Global */
|
|
|
|
@ms-font-path: '../fonts';
|
|
@ms-version: '1.3.1';
|
|
@ms-font-size-base: 14px;
|
|
@ms-prefix: ms;
|
|
@ms-serif-font: MPlantin, Garamond, Palatino, 'Times New Roman', Times, serif;
|