浏览代码

Rest of the font definitions removed

Samuel Vasko 9 年之前
父节点
当前提交
491fccfdac
共有 5 个文件被更改,包括 11 次插入26 次删除
  1. 6 6
      src/dialog/theme.css
  2. 1 1
      src/filebrowser/theme.css
  3. 2 3
      src/landing/index.css
  4. 2 9
      src/notebook/index.css
  5. 0 7
      src/notebook/theme.css

+ 6 - 6
src/dialog/theme.css

@@ -21,19 +21,19 @@
 
 .jp-Dialog-header {
   padding-bottom: 12px;
-  font: 18px Helvetica-Neue Medium, Arial, sans-serif;
+  font-size: 18px;
   color: #616161;
 }
 
 
 .jp-Dialog-body {
-  font: 15px Helvetica-Neue Regular, Arial, sans-serif;
+  font-size: 15px;
   background: #FAFAFA;
 }
 
 
 .jp-Dialog-bodyContent {
-  font: 15px Helvetica-Neue Regular, Arial, sans-serif;
+  font-size: 15px;
   outline: none;
   margin-bottom: 12px;
 }
@@ -45,7 +45,7 @@
 
 
 .jp-Dialog-button {
-  font: 15px Helvetica-Neue Medium, Arial, sans-serif;
+  font-size: 15px;
   border: none;
   min-width: 120px;
   max-width: 120px;
@@ -82,7 +82,7 @@
 
 
 .jp-Dialog-input {
-  font: 15px Helvetica-Neue Regular, Arial, sans-serif;
+  font-size: 15px;
   color: #676767;
   width: 100%;
   outline: none;
@@ -103,7 +103,7 @@
 
 
 .jp-Dialog-select {
-  font: 15px Helvetica-Neue Regular, Arial, sans-serif;
+  font-size: 15px;
   background: white;
   color: #676767;
   width: 100%;

+ 1 - 1
src/filebrowser/theme.css

@@ -6,7 +6,7 @@
   min-width: 300px;
   color: #757575;
   background: #FAFAFA;
-  font: 13px Helvetica-Neue, Arial, sans-serif;
+  font-size: 13px;
 }
 
 

+ 2 - 3
src/landing/index.css

@@ -22,10 +22,9 @@
 
 .jp-Landing-dialog {
   padding-bottom: 20px;
-  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 16px;
   color: #757575;
-   background: #FAFAFA;
+  background: #FAFAFA;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
@@ -62,7 +61,7 @@
 
 
 .jp-Landing-header {
-  
+
   padding-top: 20px;
   padding-bottom: 8px;
 }

+ 2 - 9
src/notebook/index.css

@@ -47,7 +47,6 @@
 
 
 .jp-MarkdownCell-content.p-Widget h1 {
-  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
   font-size: 26px;
   line-height: 1.0;
   margin: 14px 0 0 0;
@@ -55,7 +54,6 @@
 
 
 .jp-MarkdownCell-content.p-Widget h2 {
-  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
   font-size: 22px;
   line-height: 1.0;
   margin: 14px 0 0 0;
@@ -63,7 +61,6 @@
 
 
 .jp-MarkdownCell-content.p-Widget h3 {
-  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
   font-size: 18px;
   line-height: 1.0;
   margin: 14px 0 0 0;
@@ -71,7 +68,6 @@
 
 
 .jp-MarkdownCell-content.p-Widget h4 {
-  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
   font-size: 14px;
   line-height: 1.0;
   margin: 14px 0 0 0;
@@ -79,7 +75,6 @@
 
 
 .jp-MarkdownCell-content.p-Widget h5 {
-  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
   font-size: 14px;
   font-style: italic;
   line-height: 1.0;
@@ -87,8 +82,7 @@
 }
 
 
-.jp-MarkdownCell-content.p-Widget h6 { 
-  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
+.jp-MarkdownCell-content.p-Widget h6 {
   font-size: 14px;
   font-style: italic;
   line-height: 1.0;
@@ -97,11 +91,10 @@
 
 
 .jp-MarkdownCell-content.p-Widget p {
-  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
   font-size: 14px;
   line-height: 20px;
   margin: 0 0 0 0;
-} 
+}
 
 
 .jp-MarkdownCell-content.p-Widget li {

+ 0 - 7
src/notebook/theme.css

@@ -151,12 +151,6 @@
   outline: none;
 }
 
-
-.jp-MarkdownCell {
-  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-}
-
-
 .jp-NBToolbar {
     display: flex;
     flex-direction: row;
@@ -175,7 +169,6 @@
     font-size: 13px;
     color: #616161;
     line-height: 23px;
-    font-family: "Helvetica Neue";
 }