From 63cc393716c6455555e1e6283a43c718c8616cb3 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Fri, 22 Jan 2010 11:10:10 +0100 Subject: Replace FreeMono by OCRA font --- examples/declarative/fonts/fonts.qml | 2 +- examples/declarative/fonts/fonts/FreeMono.ttf | Bin 267400 -> 0 bytes examples/declarative/fonts/fonts/tarzeau_ocr_a.ttf | Bin 0 -> 24544 bytes 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 examples/declarative/fonts/fonts/FreeMono.ttf create mode 100644 examples/declarative/fonts/fonts/tarzeau_ocr_a.ttf 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" } diff --git a/examples/declarative/fonts/fonts/FreeMono.ttf b/examples/declarative/fonts/fonts/FreeMono.ttf deleted file mode 100644 index d7ce52d..0000000 Binary files a/examples/declarative/fonts/fonts/FreeMono.ttf and /dev/null differ diff --git a/examples/declarative/fonts/fonts/tarzeau_ocr_a.ttf b/examples/declarative/fonts/fonts/tarzeau_ocr_a.ttf new file mode 100644 index 0000000..cf93f96 Binary files /dev/null and b/examples/declarative/fonts/fonts/tarzeau_ocr_a.ttf differ -- cgit v0.12