Merge pull request #930 from Safelite/feature/digital/INSR-2210
Feature/digital/insr 2210
This commit is contained in:
commit
ff1ac22cbc
18 changed files with 62 additions and 7 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,8 +12,7 @@
|
||||||
<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>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
BIN
src/assets/fonts/averta-bold-webfont.woff
Normal file
BIN
src/assets/fonts/averta-bold-webfont.woff
Normal file
Binary file not shown.
BIN
src/assets/fonts/averta-bold-webfont.woff2
Normal file
BIN
src/assets/fonts/averta-bold-webfont.woff2
Normal file
Binary file not shown.
BIN
src/assets/fonts/averta-bolditalic-webfont.woff
Normal file
BIN
src/assets/fonts/averta-bolditalic-webfont.woff
Normal file
Binary file not shown.
BIN
src/assets/fonts/averta-bolditalic-webfont.woff2
Normal file
BIN
src/assets/fonts/averta-bolditalic-webfont.woff2
Normal file
Binary file not shown.
BIN
src/assets/fonts/averta-extrabold-webfont.woff
Normal file
BIN
src/assets/fonts/averta-extrabold-webfont.woff
Normal file
Binary file not shown.
BIN
src/assets/fonts/averta-extrabold-webfont.woff2
Normal file
BIN
src/assets/fonts/averta-extrabold-webfont.woff2
Normal file
Binary file not shown.
BIN
src/assets/fonts/averta-regular-webfont.woff
Normal file
BIN
src/assets/fonts/averta-regular-webfont.woff
Normal file
Binary file not shown.
BIN
src/assets/fonts/averta-regular-webfont.woff2
Normal file
BIN
src/assets/fonts/averta-regular-webfont.woff2
Normal file
Binary file not shown.
BIN
src/assets/fonts/averta-regularitalic-webfont.woff
Normal file
BIN
src/assets/fonts/averta-regularitalic-webfont.woff
Normal file
Binary file not shown.
BIN
src/assets/fonts/averta-regularitalic-webfont.woff2
Normal file
BIN
src/assets/fonts/averta-regularitalic-webfont.woff2
Normal file
Binary file not shown.
BIN
src/assets/fonts/averta-semibold-webfont.woff
Normal file
BIN
src/assets/fonts/averta-semibold-webfont.woff
Normal file
Binary file not shown.
BIN
src/assets/fonts/averta-semibold-webfont.woff2
Normal file
BIN
src/assets/fonts/averta-semibold-webfont.woff2
Normal file
Binary file not shown.
|
|
@ -285,7 +285,7 @@ export default {
|
||||||
color: #1574a1;
|
color: #1574a1;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-family: "Roboto";
|
font-family: "AvertaRegular";
|
||||||
}
|
}
|
||||||
.add-to-calendar button {
|
.add-to-calendar button {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
|
||||||
|
|
@ -69,4 +69,60 @@ caption,
|
||||||
font-size: .75rem;
|
font-size: .75rem;
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Averta Fonts
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "AvertaBold";
|
||||||
|
src:
|
||||||
|
url("@/assets/fonts/averta-bold-webfont.woff2") format("woff2"),
|
||||||
|
url("@/assets/fonts/averta-bold-webfont.woff") format("woff");
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "AvertaBold_Italic";
|
||||||
|
src:
|
||||||
|
url("@/assets/fonts/averta-bolditalic-webfont.woff2") format("woff2"),
|
||||||
|
url("@/assets/fonts/averta-bolditalic-webfont.woff") format("woff");
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "AvertaExtraBold";
|
||||||
|
src:
|
||||||
|
url("@/assets/fonts/averta-extrabold-webfont.woff2") format("woff2"),
|
||||||
|
url("@/assets/fonts/averta-extrabold-webfont.woff") format("woff");
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "AvertaRegular";
|
||||||
|
src:
|
||||||
|
url("@/assets/fonts/averta-regular-webfont.woff2") format("woff2"),
|
||||||
|
url("@/assets/fonts/averta-regular-webfont.woff") format("woff");
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "AvertaRegular_Italic";
|
||||||
|
src:
|
||||||
|
url("@/assets/fonts/averta-regularitalic-webfont.woff2") format("woff2"),
|
||||||
|
url("@/assets/fonts/averta-regularitalic-webfont.woff") format("woff");
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "AvertaSemibold";
|
||||||
|
src:
|
||||||
|
url("@/assets/fonts/averta-semibold-webfont.woff2") format("woff2"),
|
||||||
|
url("@/assets/fonts/averta-semibold-webfont.woff") format("woff");
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -117,7 +117,7 @@ $theme-colors: (
|
||||||
$body-color: $gray-600;
|
$body-color: $gray-600;
|
||||||
|
|
||||||
//Fonts
|
//Fonts
|
||||||
$font-family-sans-serif: Roboto, Arial, Helvetica, sans-serif;
|
$font-family-sans-serif: AvertaRegular, Arial, Helvetica, sans-serif;
|
||||||
$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
|
$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
|
||||||
monospace;
|
monospace;
|
||||||
// stylelint-enable value-keyword-case
|
// stylelint-enable value-keyword-case
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue