From 6f9be57fd8cb30f14149d408e902f8f6f6fda74b Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 25 Jan 2018 13:53:55 -0500 Subject: [PATCH] Fix loyalty font style The font style was previously not being set --- less/variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/variables.less b/less/variables.less index 2a65db7..3f078e7 100644 --- a/less/variables.less +++ b/less/variables.less @@ -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;