Skip to content

Commit bb13aa5

Browse files
cbenmarijnh
authored andcommitted
[panda-syntax theme] Use monospaced Source Code Pro instead of Source Sans Pro
https://adobe-fonts.github.io/source-sans-pro/ is a proportional font family by Adobe (the "Source" in the name refers to being open source). https://adobe-fonts.github.io/source-code-pro/ is a matching monospace font family.
1 parent d5d34ae commit bb13aa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

theme/panda-syntax.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
background: #292A2B;
88
color: #E6E6E6;
99
line-height: 1.5;
10-
font-family: 'Operator Mono', 'Source Sans Pro', Menlo, Monaco, Consolas, Courier New, monospace;
10+
font-family: 'Operator Mono', 'Source Code Pro', Menlo, Monaco, Consolas, Courier New, monospace;
1111
}
1212
.cm-s-panda-syntax .CodeMirror-cursor { border-color: #ff2c6d; }
1313
.cm-s-panda-syntax .CodeMirror-activeline-background {

0 commit comments

Comments
 (0)