Skip to content

Commit eeed490

Browse files
committed
Drop font-family rules from themes
Closes #2415
1 parent d3aa982 commit eeed490

File tree

6 files changed

+1
-10
lines changed

6 files changed

+1
-10
lines changed

theme/ambiance.css

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

theme/lesser-dark.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ Ported to CodeMirror by Peter Kroon
55
.cm-s-lesser-dark {
66
line-height: 1.3em;
77
}
8-
.cm-s-lesser-dark {
9-
font-family: 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', 'Monaco', Courier, monospace !important;
10-
}
11-
128
.cm-s-lesser-dark.CodeMirror { background: #262626; color: #EBEFE7; text-shadow: 0 -1px 1px #262626; }
139
.cm-s-lesser-dark div.CodeMirror-selected {background: #45443B !important;} /* 33322B*/
1410
.cm-s-lesser-dark .CodeMirror-cursor { border-left: 1px solid white !important; }

theme/mdn-like.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
The mdn-like theme is inspired on the displayed code examples at: https://developer.mozilla.org/en-US/docs/Web/CSS/animation
88
99
*/
10-
.cm-s-mdn-like.CodeMirror { color: #999; font-family: monospace; background-color: #fff; }
10+
.cm-s-mdn-like.CodeMirror { color: #999; background-color: #fff; }
1111
.cm-s-mdn-like .CodeMirror-selected { background: #cfc !important; }
1212

1313
.cm-s-mdn-like .CodeMirror-gutters { background: #f8f8f8; border-left: 6px solid rgba(0,83,159,0.65); color: #333; }

theme/pastel-on-dark.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
background: #2c2827;
1212
color: #8F938F;
1313
line-height: 1.5;
14-
font-family: consolas, Courier, monospace;
1514
font-size: 14px;
1615
}
1716
.cm-s-pastel-on-dark div.CodeMirror-selected { background: rgba(221,240,255,0.2) !important; }

theme/rubyblue.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
.cm-s-rubyblue { font-family: Trebuchet, Verdana, sans-serif; } /* - customized editor font - */
2-
31
.cm-s-rubyblue.CodeMirror { background: #112435; color: white; }
42
.cm-s-rubyblue div.CodeMirror-selected { background: #38566F !important; }
53
.cm-s-rubyblue .CodeMirror-gutters { background: #1F4661; border-right: 7px solid #3E7087; }

theme/solarized.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ http://ethanschoonover.com/solarized/img/solarized-palette.png
2929

3030
.cm-s-solarized {
3131
line-height: 1.45em;
32-
font-family: Menlo,Monaco,"Andale Mono","lucida console","Courier New",monospace !important;
3332
color-profile: sRGB;
3433
rendering-intent: auto;
3534
}

0 commit comments

Comments
 (0)