diff options
Diffstat (limited to 'examples/declarative/fonts/fonts.qml')
-rw-r--r-- | examples/declarative/fonts/fonts.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/fonts/fonts.qml b/examples/declarative/fonts/fonts.qml index c7af666..275ad43 100644 --- a/examples/declarative/fonts/fonts.qml +++ b/examples/declarative/fonts/fonts.qml @@ -8,7 +8,7 @@ Rectangle { FontLoader { id: fixedFont; name: "Courier" } - FontLoader { id: localFont; source: "fonts/FreeMono.ttf" } + FontLoader { id: localFont; source: "fonts/tarzenau-ocr-a.ttf" } FontLoader { id: webFont; source: "http://www.princexml.com/fonts/steffmann/Starburst.ttf" } FontLoader { id: webFont2; source: "http://wrong.address.org" } |