mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11345] Change font for buttons
Change font to Open Sans PHPBB3-11345
This commit is contained in:
parent
af69349398
commit
d4b1e2f4f6
3 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||||
|
|
|
@ -1111,4 +1111,3 @@ input.disabled {
|
||||||
.notification_list .pointer_inner {
|
.notification_list .pointer_inner {
|
||||||
border-bottom-color: #F1F8FF;
|
border-bottom-color: #F1F8FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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");
|
||||||
|
|
Loading…
Add table
Reference in a new issue