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: Addressed Thomas comments Created Feb. 20, 2018, 3:26 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
« no previous file with comments | « skin/issue-reporter.css ('k') | skin/updates.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « skin/issue-reporter.css ('k') | skin/updates.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld