From 86a50c10d1412c3ab0030cef5b34e8c350c8602b Mon Sep 17 00:00:00 2001 From: Michaela Brydon Date: Wed, 12 Mar 2025 11:00:52 -0400 Subject: [PATCH] Replacing Roboto styling with AvertaRegular in the hop --- public/css/hop-styling.css | 2 +- public/index.html | 3 +-- public/scss/hop-styling.scss | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/public/css/hop-styling.css b/public/css/hop-styling.css index a6e6bdd3..dda9d35e 100644 --- a/public/css/hop-styling.css +++ b/public/css/hop-styling.css @@ -3,7 +3,7 @@ /* IMPORTANT: READ README.md in this folder! Do not edit .css file directly! */ /* IMPORTANT: READ README.md in this folder! Do not edit .css file directly! */ body { - font-family: Roboto; + font-family: AvertaRegular; font-weight: 400; color: #000; margin: 0; diff --git a/public/index.html b/public/index.html index 6db2d816..ae1b046e 100644 --- a/public/index.html +++ b/public/index.html @@ -12,8 +12,7 @@ - - + <%= htmlWebpackPlugin.options.title %> diff --git a/public/scss/hop-styling.scss b/public/scss/hop-styling.scss index fb7d90a8..6f80d3c7 100644 --- a/public/scss/hop-styling.scss +++ b/public/scss/hop-styling.scss @@ -3,7 +3,7 @@ /* IMPORTANT: READ README.md in this folder! Do not edit .css file directly! */ /* IMPORTANT: READ README.md in this folder! Do not edit .css file directly! */ body { - font-family: Roboto; + font-family: AvertaRegular; font-weight: 400; color: #000; margin: 0;