Remove local fonts.

Use Google Fonts CDN.
This commit is contained in:
Bryan 2021-09-22 09:52:04 -04:00
parent 41da40589e
commit b151c11226
27 changed files with 3 additions and 112 deletions

View file

@ -5,6 +5,9 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1.0">
<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.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> <title><%= htmlWebpackPlugin.options.title %></title>
</head> </head>
<body> <body>

View file

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

View file

@ -13,9 +13,6 @@
//Bootstrap Defaults //Bootstrap Defaults
@import "./node_modules/bootstrap/scss/bootstrap"; @import "./node_modules/bootstrap/scss/bootstrap";
//Fonts
@import "../fonts/stylesheet.css";
//Custom Global CSS //Custom Global CSS
@import "_GlobalStyles"; @import "_GlobalStyles";