fix(Theme): restore accidentally removed import
This commit is contained in:
parent
e83f46e44a
commit
36454eadd3
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue