blob: 0c08c2085399f4758edb1b96ced06c7db9e0a291 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/config.h.orig 2020-05-02 17:22:39 UTC
+++ src/config.h
@@ -74,6 +74,8 @@
#ifdef Q_OS_MACOS
// Qt does not support fontconfig on macOS, so we need to use a "real" font name.
#define DEFAULT_FONT "Menlo"
+#elif defined(Q_OS_FREEBSD)
+#define DEFAULT_FONT "Liberation Mono"
#else
#define DEFAULT_FONT "Monospace"
#endif
|