summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/md_settings/md_settings.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/md_settings/md_settings.css')
-rw-r--r--chromium/chrome/browser/resources/md_settings/md_settings.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/chromium/chrome/browser/resources/md_settings/md_settings.css b/chromium/chrome/browser/resources/md_settings/md_settings.css
new file mode 100644
index 00000000000..ebd05b25add
--- /dev/null
+++ b/chromium/chrome/browser/resources/md_settings/md_settings.css
@@ -0,0 +1,23 @@
+/* Copyright 2015 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file. */
+
+@font-face {
+ font-family: 'Roboto';
+ font-style: normal;
+ font-weight: 400;
+ src: local('Roboto Regular'), local('Roboto-Regular'), url(chrome://resources/roboto/roboto.woff2) format('woff2');
+ unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
+}
+
+body {
+ font-family: Roboto;
+}
+
+section {
+ margin-top: 50px;
+}
+
+cr-dropdown-menu {
+ width: 200px;
+}