Skip to content

Commit

Permalink
Use Lucida Console
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida committed Jan 15, 2021
1 parent c108f31 commit 1bd9d37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions superset-frontend/src/SqlLab/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,9 @@ div.tablePopover {
//double class is better than !important
border: 1px solid @gray-light;
font-feature-settings: @font-feature-settings;
// Fire Code causes problem with Ace under Firefox
font-family: 'Menlo', 'Courier New', 'Ubuntu Mono', 'Consolas',
'source-code-pro', monospace;
// Fira Code causes problem with Ace under Firefox
font-family: 'Menlo', 'Lucida Console', 'Courier New', 'Ubuntu Mono',
'Consolas', 'source-code-pro', monospace;

&.ace_autocomplete {
// Use !important because Ace Editor applies extra CSS at the last second
Expand Down

0 comments on commit 1bd9d37

Please sign in to comment.