From cc5703cd63ca201f5b9feb75cbcb3a877f92153e Mon Sep 17 00:00:00 2001 From: John Watson Date: Sat, 17 Sep 2022 17:48:31 +0100 Subject: [PATCH] Change font --- app/public/css/site.css | 4 ++-- app/views/_layout.njk | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/public/css/site.css b/app/public/css/site.css index a73b5a4..5bd5f78 100644 --- a/app/public/css/site.css +++ b/app/public/css/site.css @@ -4,7 +4,7 @@ body { padding-bottom: 20px; - font-family: 'Viga', sans-serif; + font-family: 'Barlow', sans-serif; } /* Set padding to keep content from hitting the edges */ @@ -14,7 +14,7 @@ body { } h1, h2, h3, h4, h5, h6 { - font-family: 'Viga', sans-serif; + font-family: 'Barlow', sans-serif; } /* Override the default bootstrap behavior where horizontal description lists diff --git a/app/views/_layout.njk b/app/views/_layout.njk index 8872ff1..56e961f 100644 --- a/app/views/_layout.njk +++ b/app/views/_layout.njk @@ -19,7 +19,7 @@ - + diff --git a/package.json b/package.json index cdf505c..eca23c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dream-league-web", - "version": "1.3.25", + "version": "1.3.26", "description": "Dream League web frontend", "main": "app/index.js", "scripts": {