summaryrefslogtreecommitdiffstats
path: root/remoting/webapp
diff options
context:
space:
mode:
authorjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-21 20:21:25 +0000
committerjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-21 20:21:25 +0000
commit686b4e62a7e5f8ee1c6f8c490f40ffe3fd24af1b (patch)
tree2f5ba8e76b119533456c047eb98a7d449fc1c13e /remoting/webapp
parent67cec078f2b336fb269537562001a85c7bf45f86 (diff)
downloadchromium_src-686b4e62a7e5f8ee1c6f8c490f40ffe3fd24af1b.zip
chromium_src-686b4e62a7e5f8ee1c6f8c490f40ffe3fd24af1b.tar.gz
chromium_src-686b4e62a7e5f8ee1c6f8c490f40ffe3fd24af1b.tar.bz2
Use Open Sans instead of Droid Sans.
BUG=108253 TEST=Manual Review URL: http://codereview.chromium.org/9017002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115380 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp')
-rw-r--r--remoting/webapp/me2mom/choice.css2
-rw-r--r--remoting/webapp/me2mom/choice.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/remoting/webapp/me2mom/choice.css b/remoting/webapp/me2mom/choice.css
index c112ddd..4c75c89 100644
--- a/remoting/webapp/me2mom/choice.css
+++ b/remoting/webapp/me2mom/choice.css
@@ -13,7 +13,7 @@ body {
background: -webkit-gradient(radial, center center, 0, center center, 400,
from(rgb(254, 254, 254)),
to(rgb(239, 239, 239)));
- font-family: 'Droid sans', Arial, sans-serif;
+ font-family: 'Open sans', Arial, sans-serif;
margin:0;
padding:0;
direction: __MSG_@@bidi_dir__;
diff --git a/remoting/webapp/me2mom/choice.html b/remoting/webapp/me2mom/choice.html
index 62f9218..38ebf25 100644
--- a/remoting/webapp/me2mom/choice.html
+++ b/remoting/webapp/me2mom/choice.html
@@ -8,7 +8,7 @@ found in the LICENSE file.
<html>
<head>
<meta charset="utf-8" />
- <link href="http://fonts.googleapis.com/css?family=Droid+Sans&amp;v1"
+ <link href="http://fonts.googleapis.com/css?family=Open+Sans&amp;v1"
rel="stylesheet" type="text/css">
<link rel="icon" type="image/png" href="chromoting16.png" />
<link rel="stylesheet" href="debug_log.css" />