diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-11-05 05:05:03 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-11-05 05:05:03 (GMT) |
commit | b8e788865cae90122e51ad1a2649d0891370fb3d (patch) | |
tree | a07eb2f0538a5263cce62231d585a6f80af2e887 /examples/declarative/fonts/fonts.qml | |
parent | b8ff76b37ee51585293dedb998b8f0b3c8b00e2f (diff) | |
download | Qt-b8e788865cae90122e51ad1a2649d0891370fb3d.zip Qt-b8e788865cae90122e51ad1a2649d0891370fb3d.tar.gz Qt-b8e788865cae90122e51ad1a2649d0891370fb3d.tar.bz2 |
use FreeMono.ttf
Diffstat (limited to 'examples/declarative/fonts/fonts.qml')
-rw-r--r-- | examples/declarative/fonts/fonts.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/declarative/fonts/fonts.qml b/examples/declarative/fonts/fonts.qml index 80d82ad..c7af666 100644 --- a/examples/declarative/fonts/fonts.qml +++ b/examples/declarative/fonts/fonts.qml @@ -8,8 +8,7 @@ Rectangle { FontLoader { id: fixedFont; name: "Courier" } - FontLoader { id: localFont; source: "fonts/Fontin-Bold.ttf" } - /* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */ + FontLoader { id: localFont; source: "fonts/FreeMono.ttf" } FontLoader { id: webFont; source: "http://www.princexml.com/fonts/steffmann/Starburst.ttf" } FontLoader { id: webFont2; source: "http://wrong.address.org" } |