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

Unified Diff: components/proximity_auth/webui/resources/proximity_auth.css

Issue 1142893002: Add Roboto-Medium webfont and factor out common Roboto WebUI CSS file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rearrange properties in promo.css to abate presubmit Created 5 years, 7 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: components/proximity_auth/webui/resources/proximity_auth.css
diff --git a/components/proximity_auth/webui/resources/proximity_auth.css b/components/proximity_auth/webui/resources/proximity_auth.css
index f54eed90baf488b686858f3aca34fd695fb4d8da..d63da598f949e6f60cb20db9551f25c115cfe6f7 100644
--- a/components/proximity_auth/webui/resources/proximity_auth.css
+++ b/components/proximity_auth/webui/resources/proximity_auth.css
@@ -3,21 +3,13 @@
* found in the LICENSE file.
*/
-@font-face {
- font-family: "Roboto2";
- font-weight: 400;
- src: local("Roboto"), local("Roboto2-Regular"),
- url(chrome://resources/roboto/roboto.woff2) format("woff2"),
- url(chrome://resources/roboto/roboto.woff) format("woff");
-}
-
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
- font-family: "Roboto2", sans-serif;
+ font-family: "Roboto", sans-serif;
}
#logs {
« no previous file with comments | « chrome/browser/resources/pdf/index-material.html ('k') | components/proximity_auth/webui/resources/proximity_auth.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698