mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Changed: Convert password input to standard using pass font
This commit is contained in:
parent
e0108352c8
commit
713f643b1d
16 changed files with 42 additions and 11 deletions
|
@ -25,3 +25,15 @@
|
|||
font-family: 'Ubuntu Mono';
|
||||
src: url('UbuntuMono-Regular.eot?#iefix') format('embedded-opentype'), url('UbuntuMono-Regular.woff') format('woff'), url('UbuntuMono-Regular.ttf') format('truetype');
|
||||
}
|
||||
|
||||
/*
|
||||
* text-security-disc
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-family: 'text-security-disc';
|
||||
src: url('text-security-disc.woff') format('woff'), url('text-security-disc.ttf') format('truetype');
|
||||
}
|
||||
|
||||
|
|
BIN
frontend/src/Content/Fonts/text-security-disc.ttf
Normal file
BIN
frontend/src/Content/Fonts/text-security-disc.ttf
Normal file
Binary file not shown.
BIN
frontend/src/Content/Fonts/text-security-disc.woff
Normal file
BIN
frontend/src/Content/Fonts/text-security-disc.woff
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue