fix(Theme): restore accidentally removed import

This commit is contained in:
Michał Cieślak 2022-10-26 14:49:08 +02:00 committed by Michał
parent e83f46e44a
commit 36454eadd3
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
import QtQuick 2.14
import utils 1.0
QtObject {
readonly property FontLoader baseFont: FontLoader { source: "../../fonts/Inter/Inter-Regular.otf" }
readonly property FontLoader monoFont: FontLoader { source: "../../fonts/InterStatus/InterStatus-Regular.otf" }