Bug 778582 - Part 5. r=mfinkle

This commit is contained in:
Brian Nicholson 2012-08-24 00:47:21 -07:00
parent 33075769b0
commit 2a4fb9009f

View File

@ -8,18 +8,20 @@
@namespace url("http://www.w3.org/1999/xhtml");
@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@font-face {
font-family: 'OpenSansRegular';
src: url('chrome://browser/skin/fonts/opensans-regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@-moz-document url(about:readercontent) {
@font-face {
font-family: 'OpenSansRegular';
src: url('chrome://browser/skin/fonts/opensans-regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'OpenSansLight';
src: url('chrome://browser/skin/fonts/opensans-light.ttf') format('truetype');
font-weight: normal;
font-style: normal;
@font-face {
font-family: 'OpenSansLight';
src: url('chrome://browser/skin/fonts/opensans-light.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
}
::-moz-selection {