Index: chrome/browser/resources/md_settings/md_settings.css |
diff --git a/chrome/browser/resources/md_settings/md_settings.css b/chrome/browser/resources/md_settings/md_settings.css |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a2089a12e473c39b9d5a75d7cbdc79e2483fd837 |
--- /dev/null |
+++ b/chrome/browser/resources/md_settings/md_settings.css |
@@ -0,0 +1,15 @@ |
+@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; |
michaelpg
2015/02/21 01:23:04
what is this exactly? why do we need the symbol fo
Jeremy Klein
2015/02/21 01:52:22
Pulled this from https://code.google.com/p/chromiu
|
+} |
+ |
+body { |
+ font-family: Roboto; |
+} |
+ |
+section { |
+ margin-top: 50px; |
+} |