[Android] Implement 3-way sensor fallback for Device Orientation.
[chromium-blink-merge.git] / ui / webui / resources / css / text_defaults.css
blob037ade7efb1ba8ba3cf1594976eff8b7f2822e3f
1 /* 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 * found in the LICENSE file. */
5 /* This file is dynamically processed by a C++ data source handler to fill in
6 * some per-platform/locale styles that dramatically alter the page. This is
7 * done to reduce flicker, as JS may not run before the page is rendered.
9 * There are two ways to include this stylesheet:
10 * 1. via its chrome://resources/ URL in HTML, i.e.:
12 * <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
14 * 2. via the webui::AppendWebUICSSTextDefaults() method to directly append it
15 * to an HTML string.
16 * Otherwise its $placeholders won't be expanded. */
18 html {
19 direction: ${textDirection};
22 body {
23 font-family: ${fontFamily};
24 font-size: ${fontSize};
27 button {
28 font-family: ${fontFamily};