Replacing Roboto styling with AvertaRegular in the hop
This commit is contained in:
parent
5c503d947b
commit
86a50c10d1
3 changed files with 3 additions and 4 deletions
|
|
@ -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! */
|
||||||
/* 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 {
|
body {
|
||||||
font-family: Roboto;
|
font-family: AvertaRegular;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #000;
|
color: #000;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@
|
||||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<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>
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
|
|
@ -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! */
|
||||||
/* 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 {
|
body {
|
||||||
font-family: Roboto;
|
font-family: AvertaRegular;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #000;
|
color: #000;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue