forked from pool/bitwarden
* Bitwarden 2025.x is a major rewrite of the application, moving some backend code to a separate wasm module * Updated UI for two-step login with security keys * Added location to login with device requests * Added support for two-step login with security keys on Linux * Added verification of logins from unrecognized devices * Can now generate SSH keys - Drop remove-sdk-internal.patch as we now actually use bitwarden-sdk-internal - Add system-roboto-font.patch - Add cxxbridge-cmd.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/bitwarden?expand=0&rev=85
12 lines
439 B
Diff
12 lines
439 B
Diff
--- bitwarden-2025.5.1/libs/angular/src/scss/webfonts.css.orig 2025-06-04 21:36:27.000000000 +0200
|
|
+++ bitwarden-2025.5.1/libs/angular/src/scss/webfonts.css 2025-06-26 21:56:31.756077843 +0200
|
|
@@ -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;
|
|
-}
|