mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
9 lines
222 B
CSS
9 lines
222 B
CSS
@font-face {
|
|
font-family: Roboto;
|
|
src:
|
|
url("webfonts/roboto.woff2") format("woff2 supports variations"),
|
|
url("webfonts/roboto.woff2") format("woff2-variations");
|
|
font-display: swap;
|
|
font-weight: 100 900;
|
|
}
|