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

Unified Diff: skin/desktop-options.css

Issue 29654555: Issue 6209 - Updated woff fonts and table status column for long texts (Closed)
Patch Set: Updated woff2 files Created Jan. 2, 2018, 3:34 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 | « no previous file | skin/fonts/Source-Sans-Pro/300.woff2 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/desktop-options.css
===================================================================
--- a/skin/desktop-options.css
+++ b/skin/desktop-options.css
@@ -20,7 +20,8 @@
font-family: "Source Sans Pro";
src: url(fonts/SourceSansPro-Light.woff);
/* local("Ø") forces using no local font called Source Sans Pro */
- src: local("Ø"), url(fonts/SourceSansPro-Light.woff) format("woff");
+ src: local("Ø"), url("fonts/Source-Sans-Pro/300.woff2") format("woff2"),
saroyanm 2018/01/02 15:39:23 I think we should update the folder structure and
+ url(fonts/SourceSansPro-Light.woff) format("woff");
font-weight: 300;
font-style: normal;
}
@@ -30,7 +31,8 @@
font-family: "Source Sans Pro";
src: url(fonts/SourceSansPro-Regular.woff);
/* local("Ø") forces using no local font called Source Sans Pro */
- src: local("Ø"), url(fonts/SourceSansPro-Regular.woff) format("woff");
+ src: local("Ø"), url("fonts/Source-Sans-Pro/400.woff2") format("woff2"),
+ url(fonts/SourceSansPro-Regular.woff) format("woff");
font-style: normal;
}
@@ -39,7 +41,8 @@
font-family: "Source Sans Pro";
src: url(fonts/SourceSansPro-bold.woff);
/* local("Ø") forces using no local font called Source Sans Pro */
- src: local("Ø"), url(fonts/SourceSansPro-bold.woff) format("woff");
+ src: local("Ø"), url("fonts/Source-Sans-Pro/700.woff2") format("woff2"),
+ url(fonts/SourceSansPro-bold.woff) format("woff");
font-weight: 700;
font-style: normal;
}
« no previous file with comments | « no previous file | skin/fonts/Source-Sans-Pro/300.woff2 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld