mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
* web: Update fonts to Patternfly 5 variants. * Fix order of heading override. * web: Flesh out locale context. * Fix Han pattern. * Remove comment. * Add additional regional codes. * Clarify comment. * Fix typos. * web/i18n: Add locale-specific font overrides. * Fix stale session in locale lifecycle. * core, web: Fix Han language codes. * Fix warnings about invalid BCP language code. * Build translations. * Add locale relative labels. * Add locale translations for Finnish and Portuguese. * Fix XLIFF errors. * Clean up labels. * Tidy regions. * Match region comment. * Update extracted values. * Fix locale switch not triggering on source language. * Split labels. * Clean up labels.
48 lines
1.2 KiB
CSS
48 lines
1.2 KiB
CSS
@font-face {
|
|
font-family: "RedHatDisplay";
|
|
src: url("./RedHatDisplayVFModified.woff2") format("woff2-variations");
|
|
font-weight: 300 900;
|
|
font-style: normal;
|
|
font-display: fallback;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "RedHatDisplay";
|
|
src: url("./RedHatDisplayVF-ItalicModified.woff2") format("woff2-variations");
|
|
font-weight: 300 900;
|
|
font-style: italic;
|
|
font-display: fallback;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "RedHatText";
|
|
src: url("./RedHatTextVFModified.woff2") format("woff2-variations");
|
|
font-weight: 400 500;
|
|
font-style: normal;
|
|
font-display: fallback;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "RedHatText";
|
|
src: url("./RedHatTextVF-ItalicModified.woff2") format("woff2-variations");
|
|
font-weight: 400 500;
|
|
font-style: italic;
|
|
font-display: fallback;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "RedHatMono";
|
|
src: url("./RedHatMonoVF.woff2") format("woff2-variations");
|
|
font-weight: 300 700;
|
|
font-style: normal;
|
|
font-display: fallback;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "RedHatMono";
|
|
src: url("./RedHatMonoVF-Italic.woff2") format("woff2-variations");
|
|
font-weight: 300 700;
|
|
font-style: italic;
|
|
font-display: fallback;
|
|
}
|