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:
@@ -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.
BIN
libs/angular/src/scss/webfonts/roboto.woff2
Normal file
BIN
libs/angular/src/scss/webfonts/roboto.woff2
Normal file
Binary file not shown.
Reference in New Issue
Block a user