CASH-824 averta font cleanup.

This commit is contained in:
Bryan Mauger 2025-06-13 15:13:51 -04:00
parent febd3606f4
commit 0865b8daa1
13 changed files with 11 additions and 65 deletions

View file

@ -79,58 +79,22 @@ caption,
font-weight: 500; font-weight: 500;
} }
// Averta Fonts // Urbanist Fonts
@font-face { @font-face {
font-family: "AvertaBold"; font-family: "UrbanistRegular";
src: src:
url("@/assets/fonts/averta-bold-webfont.woff2") format("woff2"), url("@/assets/fonts/Urbanist-Regular.woff") format("woff2"),
url("@/assets/fonts/averta-bold-webfont.woff") format("woff"); url("@/assets/fonts/Urbanist-Regular.woff2") format("woff");
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@font-face { @font-face {
font-family: "AvertaBold_Italic"; font-family: "UrbanistSemibold";
src: src:
url("@/assets/fonts/averta-bolditalic-webfont.woff2") format("woff2"), url("@/assets/fonts/Urbanist-SemiBold.woff") format("woff2"),
url("@/assets/fonts/averta-bolditalic-webfont.woff") format("woff"); url("@/assets/fonts/Urbanist-SemiBold.woff2") 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-weight: normal;
font-style: normal; font-style: normal;
} }
@ -144,15 +108,6 @@ caption,
font-style: normal; font-style: normal;
} }
@font-face {
font-family: "UrbanistBold_Italic";
src:
url("@/assets/fonts/Urbanist-BoldItalic.woff") format("woff2"),
url("@/assets/fonts/Urbanist-BoldItalic.woff2") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face { @font-face {
font-family: "UrbanistExtraBold"; font-family: "UrbanistExtraBold";
src: src:
@ -162,15 +117,6 @@ caption,
font-style: normal; font-style: normal;
} }
@font-face {
font-family: "UrbanistRegular";
src:
url("@/assets/fonts/Urbanist-Regular.woff") format("woff2"),
url("@/assets/fonts/Urbanist-Regular.woff2") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face { @font-face {
font-family: "UrbanistMedium_Italic"; font-family: "UrbanistMedium_Italic";
src: src:
@ -181,10 +127,10 @@ caption,
} }
@font-face { @font-face {
font-family: "UrbanistSemibold"; font-family: "UrbanistBold_Italic";
src: src:
url("@/assets/fonts/Urbanist-SemiBold.woff") format("woff2"), url("@/assets/fonts/Urbanist-BoldItalic.woff") format("woff2"),
url("@/assets/fonts/Urbanist-SemiBold.woff2") format("woff"); url("@/assets/fonts/Urbanist-BoldItalic.woff2") format("woff");
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }