[ticket/11345] Change font for buttons

Change font to Open Sans

PHPBB3-11345
This commit is contained in:
Vjacheslav Trushkin 2013-05-12 23:25:53 +03:00 committed by Andreas Fischer
parent af69349398
commit d4b1e2f4f6
3 changed files with 3 additions and 2 deletions

View file

@ -27,7 +27,8 @@
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: Verdana, Arial, Helvetica; font-family: "Open Sans", Verdana, Arial, Helvetica;
font-weight: 600;
position: relative; position: relative;
text-decoration: none !important; text-decoration: none !important;
outline-style: none !important; outline-style: none !important;

View file

@ -1111,4 +1111,3 @@ input.disabled {
.notification_list .pointer_inner { .notification_list .pointer_inner {
border-bottom-color: #F1F8FF; border-bottom-color: #F1F8FF;
} }

View file

@ -7,6 +7,7 @@
-------------------------------------------------------------- --------------------------------------------------------------
*/ */
@import url("http://fonts.googleapis.com/css?family=Open+Sans:600&subset=latin,cyrillic-ext,latin-ext,cyrillic,greek-ext,greek,vietnamese");
@import url("common.css"); @import url("common.css");
@import url("links.css"); @import url("links.css");
@import url("content.css"); @import url("content.css");