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

Side by Side 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: 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/remoting.gyp ('k') | remoting/webapp/open_sans.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <!-- 2 <!--
3 Copyright (c) 2012 The Chromium Authors. All rights reserved. 3 Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 7
8 <html> 8 <html>
9 <head> 9 <head>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
11 <link href="https://fonts.googleapis.com/css?family=Open+Sans&amp;v1"
12 rel="stylesheet" type="text/css">
13 <link rel="icon" type="image/png" href="chromoting16.webp"> 11 <link rel="icon" type="image/png" href="chromoting16.webp">
12 <link rel="stylesheet" href="open_sans.css">
garykac 2013/02/15 01:25:49 Why not use the Google Web Fonts version of this f
14 <link rel="stylesheet" href="connection_stats.css"> 13 <link rel="stylesheet" href="connection_stats.css">
15 <link rel="stylesheet" href="connection_history.css"> 14 <link rel="stylesheet" href="connection_history.css">
16 <link rel="stylesheet" href="main.css"> 15 <link rel="stylesheet" href="main.css">
17 <link rel="stylesheet" href="menu_button.css"> 16 <link rel="stylesheet" href="menu_button.css">
18 <link rel="stylesheet" href="toolbar.css"> 17 <link rel="stylesheet" href="toolbar.css">
19 <script src="client_plugin.js"></script> 18 <script src="client_plugin.js"></script>
20 <script src="client_plugin_async.js"></script> 19 <script src="client_plugin_async.js"></script>
21 <script src="client_screen.js"></script> 20 <script src="client_screen.js"></script>
22 <script src="client_session.js"></script> 21 <script src="client_session.js"></script>
23 <script src="clipboard.js"></script> 22 <script src="clipboard.js"></script>
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
652 <div class="arrow-down"></div> 651 <div class="arrow-down"></div>
653 </div> 652 </div>
654 </div> <!-- session-toolbar --> 653 </div> <!-- session-toolbar -->
655 </div> <!-- session-mode --> 654 </div> <!-- session-mode -->
656 655
657 <div id="statistics" dir="ltr" class="selectable" hidden> 656 <div id="statistics" dir="ltr" class="selectable" hidden>
658 </div> <!-- statistics --> 657 </div> <!-- statistics -->
659 658
660 </body> 659 </body>
661 </html> 660 </html>
OLDNEW
« 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