mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/11345] Add Droid Sans as fallback font
PHPBB3-11345
This commit is contained in:
parent
d4b1e2f4f6
commit
3139867e6d
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background: transparent none 0 0 repeat-x;
|
background: transparent none 0 0 repeat-x;
|
||||||
padding: 2px 22px 2px 8px;
|
padding: 2px 22px 2px 8px;
|
||||||
font-family: "Open Sans", Verdana, Arial, Helvetica;
|
font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
position: relative;
|
position: relative;
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
|
|
Loading…
Add table
Reference in a new issue