Fix serif font on buttons when Russian is selected

This commit is contained in:
montylion 2021-08-25 18:00:48 +02:00
parent ba472f34aa
commit 738a59fafd
No known key found for this signature in database
GPG Key ID: E259C2F34CE17F04
2 changed files with 4 additions and 4 deletions

View File

@ -55,7 +55,7 @@
appearance: none;
-webkit-appearance: none;
border: 0;
font-family: Poppins;
font-family: Poppins, Arial, Helvetica, sans-serif;
font-size: 1rem;
background-color: var(--btn-secondary);
border: none;
@ -82,7 +82,7 @@
-webkit-appearance: none;
border: 0;
border-radius: 0 4px 4px 0;
font-family: Poppins;
font-family: Poppins, Arial, Helvetica, sans-serif;
font-size: 1rem;
color: var(--text);
padding: 12px 36px;

View File

@ -20,7 +20,7 @@ body, .main-body {
margin: 0;
color: var(--text);
justify-content: center;
font-family: Poppins, Arial;
font-family: Poppins, Arial, Helvetica, sans-serif;
overflow-x: hidden;
}
@ -222,7 +222,7 @@ img.emoji {
-webkit-appearance: none;
border: 0;
border-radius: 6px;
font-family: Poppins;
font-family: Poppins, Arial, Helvetica, sans-serif;
font-size: 1rem;
color: var(--text);
}