From 05496ffa6cd1d94583366c9ddbecf23e1332d3e1 Mon Sep 17 00:00:00 2001 From: Sasank Vishnubhatla Date: Fri, 2 Jun 2017 10:45:07 -0400 Subject: [PATCH] changed fonts --- src/main/less/typography.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/less/typography.less b/src/main/less/typography.less index 8b8436e13..edabc73aa 100644 --- a/src/main/less/typography.less +++ b/src/main/less/typography.less @@ -24,14 +24,14 @@ body, h1, h2, h3, p, input { margin: 0; font-weight: 400; - font-family: "varela_roundregular", sans-serif; + font-family: "Lucida Console", Monaco, monospace; color: #34302d; } h1 { font-size: 24px; line-height: 30px; - font-family: "montserratregular", sans-serif; + font-family: "Courier New", Courier, monospace; } h2 { @@ -39,7 +39,7 @@ h2 { font-weight: 700; line-height: 24px; margin-bottom: 10px; - font-family: "montserratregular", sans-serif; + font-family: "Courier New", Courier, monospace; } h3 { @@ -56,5 +56,5 @@ p { strong { font-weight: 700; - font-family: "montserratregular", sans-serif; + font-family: "Courier New", Courier, monospace; }