diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-12-05 23:12:18 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-12-05 23:12:18 +0100 |
commit | 5d5c9d240d31d9f19068272801f1ea9fe62b64e9 (patch) | |
tree | 33570fdb577f7a79f666b8ad2f3067fe78ac7850 /skins/contrib | |
parent | fa8ff3ccef36ed6ba16d0cdad21289381f995bc3 (diff) | |
download | bugzilla-5d5c9d240d31d9f19068272801f1ea9fe62b64e9.tar.gz bugzilla-5d5c9d240d31d9f19068272801f1ea9fe62b64e9.tar.xz |
Bug 937020 - consider hosting mozilla skin fonts on bmo
r=glob
Diffstat (limited to 'skins/contrib')
-rw-r--r-- | skins/contrib/Mozilla/global.css | 21 | ||||
-rw-r--r-- | skins/contrib/Mozilla/opensans-bold.woff | bin | 0 -> 22748 bytes | |||
-rw-r--r-- | skins/contrib/Mozilla/opensans-semibold.woff | bin | 0 -> 22604 bytes | |||
-rw-r--r-- | skins/contrib/Mozilla/opensans.woff | bin | 0 -> 21956 bytes |
4 files changed, 20 insertions, 1 deletions
diff --git a/skins/contrib/Mozilla/global.css b/skins/contrib/Mozilla/global.css index 3def65b5b..b0ce99cf8 100644 --- a/skins/contrib/Mozilla/global.css +++ b/skins/contrib/Mozilla/global.css @@ -1,4 +1,23 @@ -@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Droid+Sans+Mono); +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: local('Open Sans'), local('OpenSans'), url(opensans.woff) format('woff'); +} + +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 600; + src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(opensans-semibold.woff) format('woff'); +} + +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 700; + src: local('Open Sans Bold'), local('OpenSans-Bold'), url(opensans-bold.woff) format('woff'); +} body { background: #f6f4ec; diff --git a/skins/contrib/Mozilla/opensans-bold.woff b/skins/contrib/Mozilla/opensans-bold.woff Binary files differnew file mode 100644 index 000000000..27619e7ce --- /dev/null +++ b/skins/contrib/Mozilla/opensans-bold.woff diff --git a/skins/contrib/Mozilla/opensans-semibold.woff b/skins/contrib/Mozilla/opensans-semibold.woff Binary files differnew file mode 100644 index 000000000..e83bb333d --- /dev/null +++ b/skins/contrib/Mozilla/opensans-semibold.woff diff --git a/skins/contrib/Mozilla/opensans.woff b/skins/contrib/Mozilla/opensans.woff Binary files differnew file mode 100644 index 000000000..55b25f867 --- /dev/null +++ b/skins/contrib/Mozilla/opensans.woff |