mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-21 17:24:28 -05:00
Fix serif font on buttons when Russian is selected
This commit is contained in:
parent
ba472f34aa
commit
738a59fafd
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user