Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: skin/mobile-options.css

Issue 29654555: Issue 6209 - Updated woff fonts and table status column for long texts (Closed)
Patch Set: Separated fonts and added license Created Feb. 16, 2018, 8:55 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: skin/mobile-options.css
===================================================================
--- a/skin/mobile-options.css
+++ b/skin/mobile-options.css
@@ -15,31 +15,6 @@
* along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
*/
-@font-face
-{
- font-family: "Source Sans Pro";
- font-weight: 300;
- font-style: normal;
- src: url("fonts/Source-Sans-Pro/300.woff2") format("woff2");
-}
-
-@font-face
-{
- font-family: "Source Sans Pro";
- font-weight: 400;
- font-style: normal;
- src: url("fonts/Source-Sans-Pro/400.woff2") format("woff2");
-}
-
-@font-face
-{
- font-family: "Source Sans Pro";
- font-weight: 700;
- font-style: normal;
- src: url("fonts/Source-Sans-Pro/700.woff2") format("woff2");
- ;
-}
-
body,
input
{
@@ -198,7 +173,7 @@
{
width: 100%;
border: none;
- font-weight: 600;
+ font-weight: 700;
text-transform: uppercase;
color: #099DD1;
background: none;

Powered by Google App Engine
This is Rietveld