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

Side by Side Diff: chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.html

Issue 786023002: Remove hard-coded font families in WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert some changes that fail the tests. Created 6 years 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
OLDNEW
1 <!DOCTYPE HTML>
1 <!-- Copyright 2014 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
2 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
3 found in the LICENSE file. --> 4 found in the LICENSE file. -->
4 <html> 5 <html>
5 <head> 6 <head>
6 <title class="i18n" msg="kbexplorer_title">Chrome OS Keyboard Explorer</title> 7 <title class="i18n" msg="kbexplorer_title">Chrome OS Keyboard Explorer</title>
7 <style type="text/css"> 8 <style type="text/css">
8 h2 { 9 h2 {
9 font-family:arial;
10 } 10 }
11 </style> 11 </style>
12 <script type="text/javascript" src="../../closure/base.js"></script> 12 <script type="text/javascript" src="../../closure/base.js"></script>
13 <script type="text/javascript" src="../../deps.js"></script> 13 <script type="text/javascript" src="../../deps.js"></script>
14 <script type="text/javascript" src="kbexplorer_loader.js"></script> 14 <script type="text/javascript" src="kbexplorer_loader.js"></script>
15 15
16 <script type="text/javascript" src="../../chromeVoxKbExplorerScript.js"></script > 16 <script type="text/javascript" src="../../chromeVoxKbExplorerScript.js"></script >
17 17
18 </head> 18 </head>
19 <body> 19 <body>
20 <h2 class="i18n" msgid="kbexplorer_title">ChromeOS Keyboard Explorer</h2> 20 <h2 class="i18n" msgid="kbexplorer_title">ChromeOS Keyboard Explorer</h2>
21 <p class="i18n" msgid="kbexplorer_instructions"> 21 <p class="i18n" msgid="kbexplorer_instructions">
22 Press any key to learn its name. Ctrl + W will close the keyboard explorer. 22 Press any key to learn its name. Ctrl + W will close the keyboard explorer.
23 </p> 23 </p>
24 </body> 24 </body>
25 </html> 25 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698