Skip to content

Commit

Permalink
Change font
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwatson484 committed Sep 17, 2022
1 parent 2b99e64 commit cc5703c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/public/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/views/_layout.njk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Viga&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Barlow&display=swap" rel="stylesheet">
<link href="{{ assetPath }}/site.css" rel="stylesheet"/>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit cc5703c

Please sign in to comment.