1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 02:03:39 +00:00

Update font to inter feature branch (#16782)

This commit is contained in:
Vicki League
2025-11-03 15:17:07 -05:00
committed by GitHub
parent 6265fc2d46
commit cba47e4abd
49 changed files with 318 additions and 89 deletions

View File

@@ -7,10 +7,10 @@
* Font faces
*/
@font-face {
font-family: Roboto;
font-family: Inter;
src:
url("~@bitwarden/components/src/webfonts/roboto.woff2") format("woff2 supports variations"),
url("~@bitwarden/components/src/webfonts/roboto.woff2") format("woff2-variations");
url("~@bitwarden/components/src/webfonts/inter.woff2") format("woff2 supports variations"),
url("~@bitwarden/components/src/webfonts/inter.woff2") format("woff2-variations");
font-display: swap;
font-weight: 100 900;
}
@@ -20,7 +20,7 @@
*/
:root {
--font-sans:
Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
Inter, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", "Noto Color Emoji";
--font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
--font-mono: Menlo, SFMono-Regular, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;