Merge pull request #4 from Safelite/codebase-updates
Remove local fonts.
This commit is contained in:
commit
d33d343a4a
27 changed files with 3 additions and 112 deletions
|
|
@ -5,6 +5,9 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<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,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
|
||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,109 +0,0 @@
|
|||
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 15, 2021 */
|
||||
|
||||
@font-face {
|
||||
font-family: 'robotoblack';
|
||||
src: url('roboto-black-safelite.woff2') format('woff2'),
|
||||
url('roboto-black-safelite.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'robotoblack_italic';
|
||||
src: url('roboto-blackitalic-safelite.woff2') format('woff2'),
|
||||
url('roboto-blackitalic-safelite.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'robotobold';
|
||||
src: url('roboto-bold-safelite.woff2') format('woff2'),
|
||||
url('roboto-bold-safelite.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'robotobold_italic';
|
||||
src: url('roboto-bolditalic-safelite.woff2') format('woff2'),
|
||||
url('roboto-bolditalic-safelite.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'robotoitalic';
|
||||
src: url('roboto-italic-safelite.woff2') format('woff2'),
|
||||
url('roboto-italic-safelite.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'robotolight';
|
||||
src: url('roboto-light-safelite.woff2') format('woff2'),
|
||||
url('roboto-light-safelite.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'robotolight_italic';
|
||||
src: url('roboto-lightitalic-safelite.woff2') format('woff2'),
|
||||
url('roboto-lightitalic-safelite.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'robotomedium';
|
||||
src: url('roboto-medium-safelite.woff2') format('woff2'),
|
||||
url('roboto-medium-safelite.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'robotomedium_italic';
|
||||
src: url('roboto-mediumitalic-safelite.woff2') format('woff2'),
|
||||
url('roboto-mediumitalic-safelite.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'robotoregular';
|
||||
src: url('roboto-regular-safelite.woff2') format('woff2'),
|
||||
url('roboto-regular-safelite.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'robotothin';
|
||||
src: url('roboto-thin-safelite.woff2') format('woff2'),
|
||||
url('roboto-thin-safelite.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'robotothin_italic';
|
||||
src: url('roboto-thinitalic-safelite.woff2') format('woff2'),
|
||||
url('roboto-thinitalic-safelite.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
|
@ -13,9 +13,6 @@
|
|||
//Bootstrap Defaults
|
||||
@import "./node_modules/bootstrap/scss/bootstrap";
|
||||
|
||||
//Fonts
|
||||
@import "../fonts/stylesheet.css";
|
||||
|
||||
//Custom Global CSS
|
||||
@import "_GlobalStyles";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue