@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
166 lines (144 loc) • 3.79 kB
JavaScript
import { cdnFontsPath, cdnUrl } from "../consts.js";
//#region src/core/vuiProvider/fontFaces.ts
const baseUrl = cdnUrl + cdnFontsPath;
var fontFaces_default = `
-face {
font-family: "Gantari";
font-display: swap;
src: url("${baseUrl}/gantari/Gantari-Thin.woff2") format("woff2");
font-weight: 100;
}
-face {
font-family: "Gantari";
font-display: swap;
src: url("${baseUrl}/gantari/Gantari-ThinItalic.woff2") format("woff2");
font-weight: 100;
font-style: italic;
}
-face {
font-family: "Gantari";
font-display: swap;
src: url("${baseUrl}/gantari/Gantari-ExtraLight.woff2") format("woff2");
font-weight: 200;
}
-face {
font-family: "Gantari";
font-display: swap;
src: url("${baseUrl}/gantari/Gantari-ExtraLightItalic.woff2") format("woff2");
font-weight: 200;
font-style: italic;
}
-face {
font-family: "Gantari";
font-display: swap;
src: url("${baseUrl}/gantari/Gantari-Light.woff2") format("woff2");
font-weight: 300;
}
-face {
font-family: "Gantari";
font-display: swap;
src: url("${baseUrl}/gantari/Gantari-LightItalic.woff2") format("woff2");
font-weight: 300;
font-style: italic;
}
-face {
font-family: "Gantari";
font-display: swap;
src: url("${baseUrl}/gantari/Gantari-Regular.woff2") format("woff2");
font-weight: 400;
}
-face {
font-family: "Gantari";
font-display: swap;
src: url("${baseUrl}/gantari/Gantari-Italic.woff2") format("woff2");
font-weight: 400;
font-style: italic;
}
-face {
font-family: "Gantari";
font-display: swap;
src: url("${baseUrl}/gantari/Gantari-Medium.woff2") format("woff2");
font-weight: 500;
}
-face {
font-family: "Gantari";
font-display: swap;
src: url("${baseUrl}/gantari/Gantari-MediumItalic.woff2") format("woff2");
font-weight: 500;
font-style: italic;
}
-face {
font-family: "Gantari";
font-display: swap;
src: url("${baseUrl}/gantari/Gantari-SemiBold.woff2") format("woff2");
font-weight: 600;
}
-face {
font-family: "Gantari";
font-display: swap;
src: url("${baseUrl}/gantari/Gantari-SemiBoldItalic.woff2") format("woff2");
font-weight: 600;
font-style: italic;
}
-face {
font-family: "Gantari";
font-display: swap;
src: url("${baseUrl}/gantari/Gantari-Bold.woff2") format("woff2");
font-weight: 700;
}
-face {
font-family: "Gantari";
font-display: swap;
src: url("${baseUrl}/gantari/Gantari-BoldItalic.woff2") format("woff2");
font-weight: 700;
font-style: italic;
}
-face {
font-family: "Gantari";
font-display: swap;
src: url("${baseUrl}/gantari/Gantari-ExtraBold.woff2") format("woff2");
font-weight: 800;
}
-face {
font-family: "Gantari";
font-display: swap;
src: url("${baseUrl}/gantari/Gantari-ExtraBoldItalic.woff2") format("woff2");
font-weight: 800;
font-style: italic;
}
-face {
font-family: "Gantari";
font-display: swap;
src: url("${baseUrl}/gantari/Gantari-Black.woff2") format("woff2");
font-weight: 900;
}
-face {
font-family: "Gantari";
font-display: swap;
src: url("${baseUrl}/gantari/Gantari-BlackItalic.woff2") format("woff2");
font-weight: 900;
font-style: italic;
}
-face {
font-family: "DNV Display";
src: url("${baseUrl}/dnvdisplay/dnv-display-light.woff2");
font-weight: 200;
font-style: normal;
}
-face {
font-family: "DNV Display";
src: url("${baseUrl}/dnvdisplay/dnv-display-regular.woff2");
font-weight: 400;
font-style: normal;
}
-face {
font-family: "DNV Display";
src: url("${baseUrl}/dnvdisplay/dnv-display-medium.woff2");
font-weight: 500;
font-style: normal;
}
`;
//#endregion
export { fontFaces_default as default };
globalThis.__vuiVersion__ = "5.3.1"
//# sourceMappingURL=fontFaces.js.map