bug 831883 - eliminate the copy of Open Sans fonts bundled in the Reader core theme. r=lucasr
This commit is contained in:
@@ -7,7 +7,7 @@ html {
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "OpenSansRegular","Droid Sans",sans-serif;
|
||||
font-family: "Open Sans","Droid Sans",sans-serif;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
@@ -42,8 +42,8 @@ body {
|
||||
}
|
||||
|
||||
.header > h1 {
|
||||
font-family: "OpenSansLight","Droid Sans",sans-serif;
|
||||
font-weight: normal;
|
||||
font-family: "Open Sans","Droid Sans",sans-serif;
|
||||
font-weight: 300;
|
||||
line-height: 1.1em;
|
||||
width: 100%;
|
||||
margin: 0px;
|
||||
|
||||
@@ -3,7 +3,7 @@ html {
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "OpenSansRegular","Droid Sans",sans-serif;
|
||||
font-family: "Open Sans","Droid Sans",sans-serif;
|
||||
margin: 0;
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
@@ -29,8 +29,8 @@ body {
|
||||
}
|
||||
|
||||
.header > h1 {
|
||||
font-family: "OpenSansLight","Droid Sans",sans-serif;
|
||||
font-weight: normal;
|
||||
font-family: "Open Sans","Droid Sans",sans-serif;
|
||||
font-weight: 300;
|
||||
line-height: 1.1em;
|
||||
width: 100%;
|
||||
margin: 0px;
|
||||
|
||||
@@ -8,22 +8,6 @@
|
||||
@namespace url("http://www.w3.org/1999/xhtml");
|
||||
@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
@-moz-document url-prefix(about:reader) {
|
||||
@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;
|
||||
}
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background-color: @color_background_highlight@;
|
||||
color: @color_text_highlight@;
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
OpenSans Regular (opensans-regular.tff) and
|
||||
OpenSans Light (opensans-light.tff) are released under
|
||||
the Apache License 2.0:
|
||||
|
||||
http://www.fontsquirrel.com/license/open-sans
|
||||
Binary file not shown.
Binary file not shown.
@@ -27,8 +27,6 @@ chrome.jar:
|
||||
% override chrome://global/skin/media/videocontrols.css chrome://browser/skin/touchcontrols.css
|
||||
% override chrome://global/skin/netError.css chrome://browser/skin/netError.css
|
||||
|
||||
skin/fonts/opensans-regular.ttf (fonts/opensans-regular.ttf)
|
||||
skin/fonts/opensans-light.ttf (fonts/opensans-light.ttf)
|
||||
skin/images/5stars.png (images/5stars.png)
|
||||
skin/images/addons-32.png (images/addons-32.png)
|
||||
skin/images/arrowleft-16.png (images/arrowleft-16.png)
|
||||
|
||||
Reference in New Issue
Block a user