From a131489e8cb50dc71f7666ba3414c96931f1e830 Mon Sep 17 00:00:00 2001 From: "M.Ravi" Date: Wed, 7 Jun 2017 02:40:45 +0530 Subject: [PATCH] Fixed font on order page for mobile view. Changed from Lato-black to Montserrat-Bold --- datacenterlight/static/datacenterlight/css/landing-page.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datacenterlight/static/datacenterlight/css/landing-page.css b/datacenterlight/static/datacenterlight/css/landing-page.css index ad9a9198..cff8063a 100755 --- a/datacenterlight/static/datacenterlight/css/landing-page.css +++ b/datacenterlight/static/datacenterlight/css/landing-page.css @@ -854,7 +854,7 @@ h6 { margin-top: 20px; } .price-calc-section .text .section-heading { - font-family: 'Lato-Black'; + font-family: 'Montserrat-Bold'; font-size: 35px; line-height: 35px; padding-bottom: 15px;