Show More
@@ -457,9 +457,8 b' class ConsoleWidget(Configurable, QtGui.QWidget):' | |||
|
457 | 457 | # OSX always has Monaco, no need for a fallback |
|
458 | 458 | family, fallback = 'Monaco', None |
|
459 | 459 | else: |
|
460 | # Consolas isn't too common on linux, but anyone who has it | |
|
461 | # installed it because they want it for their monospaced apps, | |
|
462 | # since it's better than anything on linux by default. | |
|
460 | # FIXME: remove Consolas as a default on Linux once our font | |
|
461 | # selections are configurable by the user. | |
|
463 | 462 | family, fallback = 'Consolas', 'Monospace' |
|
464 | 463 | |
|
465 | 464 | font = get_font(family, fallback) |
General Comments 0
You need to be logged in to leave comments.
Login now