This website requires JavaScript.
Explore
Help
Sign In
status-im
/
status-desktop
mirror of
https://github.com/status-im/status-desktop.git
Watch
2
Star
0
Fork
You've already forked status-desktop
0
Code
Issues
Projects
Releases
Wiki
Activity
6967e0a537
status-desktop
/
ui
/
shared
/
StyledText.qml
7 lines
98 B
QML
Raw
Normal View
History
Unescape
Escape
fix: fix font loading issue and create a text component to use that font
2020-06-19 18:06:58 +00:00
import
QtQuick
2.13
import
"../imports"
Text
{
feat: change Theme to Style to enable changing Theme
2020-07-02 15:14:31 +00:00
font.family:
Style
.
current
.
fontRegular
.
name
fix: fix font loading issue and create a text component to use that font
2020-06-19 18:06:58 +00:00
}