summaryrefslogtreecommitdiff
path: root/framebuffer/fbtk.c
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer/fbtk.c')
-rw-r--r--framebuffer/fbtk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/framebuffer/fbtk.c b/framebuffer/fbtk.c
index c564a9117..d212fb4d5 100644
--- a/framebuffer/fbtk.c
+++ b/framebuffer/fbtk.c
@@ -41,7 +41,7 @@
static plot_font_style_t root_style = {
.family = PLOT_FONT_FAMILY_SANS_SERIF,
- .size = 11,
+ .size = 11 * FONT_SIZE_SCALE,
.weight = 400,
.flags = FONTF_NONE,
};