From efc087fa847bcd87514e7da824951871e065dc4e Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Wed, 2 Dec 2020 16:53:31 +0700 Subject: add roboto fonts --- fonts/RobotoMono[wght].ttf | Bin 0 -> 184768 bytes fonts/Roboto[wdth,wght].ttf | Bin 0 -> 477188 bytes qml.qrc | 4 ++++ 3 files changed, 4 insertions(+) create mode 100644 fonts/RobotoMono[wght].ttf create mode 100644 fonts/Roboto[wdth,wght].ttf diff --git a/fonts/RobotoMono[wght].ttf b/fonts/RobotoMono[wght].ttf new file mode 100644 index 0000000..7caacd8 Binary files /dev/null and b/fonts/RobotoMono[wght].ttf differ diff --git a/fonts/Roboto[wdth,wght].ttf b/fonts/Roboto[wdth,wght].ttf new file mode 100644 index 0000000..9a447c9 Binary files /dev/null and b/fonts/Roboto[wdth,wght].ttf differ diff --git a/qml.qrc b/qml.qrc index 02e45d3..bfee58b 100644 --- a/qml.qrc +++ b/qml.qrc @@ -5,5 +5,9 @@ qtquickcontrols2.conf Onboarding.qml OnboardingForm.ui.qml + fonts/Roboto[wdth,wght].ttf + fonts/RobotoMono[wght].ttf + GetStarted.qml + GetStartedForm.ui.qml -- cgit v1.2.3