Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2071)

Unified Diff: chrome/browser/resources/chromeos/login/roboto_font.css

Issue 642313002: Implemented UI for the meetings controller out-of-box. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@merge_point
Patch Set: Clean up. Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/login/roboto_font.css
diff --git a/chrome/browser/resources/chromeos/login/roboto_font.css b/chrome/browser/resources/chromeos/login/roboto_font.css
index 5c43cb38dcea17bfdb211ae77d7e46da94b84b41..b34d94cdb217427a45bfab7a04ecf478f65f536f 100644
--- a/chrome/browser/resources/chromeos/login/roboto_font.css
+++ b/chrome/browser/resources/chromeos/login/roboto_font.css
@@ -20,6 +20,20 @@
@font-face {
font-family: 'Roboto';
font-style: normal;
+ font-weight: 400;
+ src: url(Roboto-Regular.ttf) format('truetype');
+}
+
+@font-face {
+ font-family: 'Roboto';
+ font-style: normal;
+ font-weight: 500;
+ src: url(Roboto-Medium.ttf) format('truetype');
+}
+
+@font-face {
+ font-family: 'Roboto';
+ font-style: normal;
font-weight: 700;
src: url(Roboto-Bold.ttf) format('truetype');
}

Powered by Google App Engine
This is Rietveld 408576698