Replacing Roboto styling with AvertaRegular in the hop

This commit is contained in:
Michaela Brydon 2025-03-12 11:00:52 -04:00
parent 5c503d947b
commit 86a50c10d1
3 changed files with 3 additions and 4 deletions

View file

@ -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;

View file

@ -12,8 +12,7 @@
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<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=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet">
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>

View file

@ -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;