mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-21 20:09:37 +00:00
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…
x
Reference in New Issue
Block a user