1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 22:33:35 +00:00

[CL-836] Extract base css variables (#14733)

* Extract base variables

* Get tw to consume font css variables
This commit is contained in:
Oscar Hinton
2025-08-29 10:43:38 +02:00
committed by GitHub
parent 774505a89a
commit 63af0ad711
9 changed files with 31 additions and 32 deletions

View File

@@ -1,8 +0,0 @@
@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;
}