1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

[PM-16057] use Roboto as primary font (#14553)

* swap to using roboto variable font
This commit is contained in:
Bryan Cunningham
2025-05-12 09:00:01 -04:00
committed by GitHub
parent fcaf5e63c5
commit 4d15f2d43c
18 changed files with 20 additions and 20 deletions

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "DM Sans";
font-family: Roboto;
src:
url("webfonts/dm-sans.woff2") format("woff2 supports variations"),
url("webfonts/dm-sans.woff2") format("woff2-variations");
url("webfonts/roboto.woff2") format("woff2 supports variations"),
url("webfonts/roboto.woff2") format("woff2-variations");
font-display: swap;
font-weight: 100 900;
}

Binary file not shown.