summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/visual/webview/settings/setFontFamily.qml
blob: 26deed8e18be047f20ba70052660d36a6130ffc2 (plain)
1
2
3
4
5
6
7
8
9
10
import Qt 4.6

WebView {
    url: "test.html"
    width: 300
    height: 300
    settings.standardFontFamily: font.name
    // WebKit doesn't seem to honour any other FontFamily settings
    FontLoader { id: font; source: "tarzeau_ocr_a.ttf" }
}