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

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

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: 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.html
diff --git a/components/proximity_auth/webui/resources/proximity_auth.html b/components/proximity_auth/webui/resources/proximity_auth.html
index 6ccc3823c50701de4f9e84b0856a71a19006bc52..05f05a79b157c934e0e8e48d4c200d3a9d7eaa75 100644
--- a/components/proximity_auth/webui/resources/proximity_auth.html
+++ b/components/proximity_auth/webui/resources/proximity_auth.html
@@ -6,6 +6,7 @@
<meta name="viewport"
content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="proximity_auth.css">
+ <link rel="stylesheet" href="chrome://resources/css/roboto.css">
<link rel="import" href="content-panel.html">
<link rel="import" href="log-panel.html">
</head>

Powered by Google App Engine
This is Rietveld 408576698