diff options
| author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-05-12 23:25:53 +0300 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2013-07-14 21:19:20 +0200 |
| commit | d4b1e2f4f6aa6a863b14aaaee96115dfbb6ea149 (patch) | |
| tree | 830e606e0fdfb49e9af22d1a44d17c584bec14d5 | |
| parent | af693493985ca32faba4850f7fe060213f404f37 (diff) | |
| download | forums-d4b1e2f4f6aa6a863b14aaaee96115dfbb6ea149.tar forums-d4b1e2f4f6aa6a863b14aaaee96115dfbb6ea149.tar.gz forums-d4b1e2f4f6aa6a863b14aaaee96115dfbb6ea149.tar.bz2 forums-d4b1e2f4f6aa6a863b14aaaee96115dfbb6ea149.tar.xz forums-d4b1e2f4f6aa6a863b14aaaee96115dfbb6ea149.zip | |
[ticket/11345] Change font for buttons
Change font to Open Sans
PHPBB3-11345
| -rw-r--r-- | phpBB/styles/prosilver/theme/buttons.css | 3 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/theme/colours.css | 1 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/theme/stylesheet.css | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css index 9336dd09f8..4a8d43079a 100644 --- a/phpBB/styles/prosilver/theme/buttons.css +++ b/phpBB/styles/prosilver/theme/buttons.css @@ -27,7 +27,8 @@ border-radius: 4px; background: transparent none 0 0 repeat-x; padding: 2px 22px 2px 8px; - font-family: Verdana, Arial, Helvetica; + font-family: "Open Sans", Verdana, Arial, Helvetica; + font-weight: 600; position: relative; text-decoration: none !important; outline-style: none !important; diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index 7d0462be1b..7449014801 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -1111,4 +1111,3 @@ input.disabled { .notification_list .pointer_inner { border-bottom-color: #F1F8FF; } - diff --git a/phpBB/styles/prosilver/theme/stylesheet.css b/phpBB/styles/prosilver/theme/stylesheet.css index 48a00c6803..adc5bdff25 100644 --- a/phpBB/styles/prosilver/theme/stylesheet.css +++ b/phpBB/styles/prosilver/theme/stylesheet.css @@ -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("links.css"); @import url("content.css"); |
