Skip to content

Commit

Permalink
Just use monospace for monospace stacks
Browse files Browse the repository at this point in the history
  • Loading branch information
z------------- committed Oct 1, 2019
1 parent 20eb006 commit 3a5011f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion options/export.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
margin: 10px 0;
padding: 10px;
font-size: 15px;
font-family: "Iosevka", "Roboto Mono", "Menlo", "Inconsolata", "Consolas", "Courier New", "Courier", monospace;
font-family: monospace;
word-break: break-all;
}
textarea:focus {
Expand Down
5 changes: 2 additions & 3 deletions options/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ section:not(#apps) {
h1 pre {
white-space: normal;
font-size: .9em;
font-family: "Menlo", "Consolas", "Courier New", "Courier", monospace;
font-family: monospace;
}

h1 span {
Expand Down Expand Up @@ -445,8 +445,7 @@ p {
}

#customcss {
/* font stack based on https://css-tricks.com/snippets/css/font-stacks/ */
font-family: "Iosevka", "Consolas", "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Monaco", "Courier New", "Courier", monospace;
font-family: monospace;
height: 100px;
}

Expand Down

0 comments on commit 3a5011f

Please sign in to comment.