mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 18:53:29 +00:00
Update font to inter feature branch (#16782)
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
|
||||
&.active {
|
||||
.filter-button {
|
||||
font-weight: bold;
|
||||
font-weight: 500;
|
||||
@include themify($themes) {
|
||||
color: themed("primaryColor");
|
||||
}
|
||||
@@ -114,7 +114,7 @@
|
||||
.filter-button {
|
||||
@include themify($themes) {
|
||||
color: themed("primaryColor");
|
||||
font-weight: bold;
|
||||
font-weight: 500;
|
||||
}
|
||||
max-width: 90%;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
$dark-icon-themes: "theme_dark";
|
||||
|
||||
$font-family-sans-serif: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
$font-family-sans-serif: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
$font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||
$font-size-base: 14px;
|
||||
$font-size-large: 18px;
|
||||
|
||||
Reference in New Issue
Block a user