summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/WOFF2/support/test-fonts.css
blob: 477f4428ccba633c9ddc4f96e78c79e91708a9ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@font-face {
    font-family: "WOFF Test CFF Fallback";
    src: url("SFNT-CFF-Fallback.otf") format("opentype");
}

@font-face {
    font-family: "WOFF Test CFF Reference";
    src: url("SFNT-CFF-Reference.otf") format("opentype");
}

@font-face {
    font-family: "WOFF Test TTF Fallback";
    src: url("SFNT-TTF-Fallback.ttf") format("truetype");
}

@font-face {
    font-family: "WOFF Test TTF Reference";
    src: url("SFNT-TTF-Reference.ttf") format("truetype");
}