Merging font family fix by @Xne

This commit is contained in:
Andrew Gioia 2018-07-24 17:40:11 -04:00
commit afd366d5e6
3 changed files with 3 additions and 3 deletions

View File

@ -323,7 +323,7 @@
color: #fff;
display: inline-block;
font-size: 0.5em;
font-family: 'MPlantin, Garamond, Palatino, ' Times New Roman ', Times, serif';
font-family: MPlantin, Garamond, Palatino, 'Times New Roman', Times, serif;
position: absolute;
left: 0;
line-height: 1.75em;

2
css/mana.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -5,4 +5,4 @@
@ms-version: '1.3.1';
@ms-font-size-base: 14px;
@ms-prefix: ms;
@ms-serif-font: 'MPlantin, Garamond, Palatino, 'Times New Roman', Times, serif';
@ms-serif-font: MPlantin, Garamond, Palatino, 'Times New Roman', Times, serif;