diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/declarative/fonts/fonts.qml | 3 | ||||
-rw-r--r-- | examples/declarative/fonts/fonts/Fontin-Bold.ttf | bin | 30916 -> 0 bytes | |||
-rw-r--r-- | examples/declarative/fonts/fonts/FreeMono.ttf | bin | 0 -> 267400 bytes |
3 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" } diff --git a/examples/declarative/fonts/fonts/Fontin-Bold.ttf b/examples/declarative/fonts/fonts/Fontin-Bold.ttf Binary files differdeleted file mode 100644 index f6a33b0..0000000 --- a/examples/declarative/fonts/fonts/Fontin-Bold.ttf +++ /dev/null diff --git a/examples/declarative/fonts/fonts/FreeMono.ttf b/examples/declarative/fonts/fonts/FreeMono.ttf Binary files differnew file mode 100644 index 0000000..d7ce52d --- /dev/null +++ b/examples/declarative/fonts/fonts/FreeMono.ttf |