fix(asf): removing google hosted analytics and fonts (#27963)

This commit is contained in:
Evan Rusackas
2024-04-10 08:19:27 -06:00
committed by GitHub
parent 4202fba0f1
commit 717a3991f4
9 changed files with 18 additions and 14 deletions

View File

@@ -24,8 +24,21 @@
*/
/* You can override the default Infima variables here. */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@font-face {
font-family: 'Roboto';
src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
url('../fonts/Roboto-Regular.woff') format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
url('../fonts/Roboto-Bold.woff') format('woff');
font-weight: 700;
font-style: bold;
}
:root {
--ifm-color-primary: #20a7c9;
--ifm-color-primary-dark: #1985a0;