Skip to content

Commit 181d82a

Browse files
Other font
1 parent ed94ecd commit 181d82a

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

AdwaitaSans-Regular.ttf

859 KB
Binary file not shown.

Figtree-Regular.ttf

-39.2 KB
Binary file not shown.

ui/main.slint

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { ProgressIndicator, Button, StyleMetrics, Palette, ScrollView, Slider } from "std-widgets.slint";
22
import { VirtualKeyboardButton } from "virtual_keyboard.slint";
3-
import "../Figtree-Regular.ttf";
3+
import "../AdwaitaSans-Regular.ttf";
44
import { TemperatureSensors, Heater } from "state.slint";
55
export * from "state.slint";
66

@@ -548,7 +548,7 @@ export component AppWindow inherits Window {
548548

549549
// The buttons to switch pages
550550

551-
default-font-family: "Figtree";
551+
default-font-family: "Adwaita Sans";
552552

553553
if AppState.moonraker_connected && AppState.klipper_state == "Ready" : MainView {
554554
width: 100%;

0 commit comments

Comments
 (0)