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

Unified Diff: remoting/webapp/main.html

Issue 12261039: Include OpenSans font in the web-app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added copyright header. Created 7 years, 10 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
« no previous file with comments | « remoting/remoting.gyp ('k') | remoting/webapp/open_sans.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/main.html
diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html
index 9e6537f3d09cdd2951db6f415fd612a4d6eacc3b..ad03c0164bc28ba11b518089963f8f6bba03f5bb 100644
--- a/remoting/webapp/main.html
+++ b/remoting/webapp/main.html
@@ -8,9 +8,8 @@ found in the LICENSE file.
<html>
<head>
<meta charset="utf-8">
- <link href="https://fonts.googleapis.com/css?family=Open+Sans&amp;v1"
- rel="stylesheet" type="text/css">
<link rel="icon" type="image/png" href="chromoting16.webp">
+ <link rel="stylesheet" href="open_sans.css">
<link rel="stylesheet" href="connection_stats.css">
<link rel="stylesheet" href="connection_history.css">
<link rel="stylesheet" href="main.css">
« no previous file with comments | « remoting/remoting.gyp ('k') | remoting/webapp/open_sans.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698