summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/origins/resources/redirect.css
blob: 41d7560cc130609f67a8c15a4f6ae84887c31f4b (plain)
1
2
3
4
5
6
7
8
@font-face {
    font-family: 'MyWebFont';
    src: url('redirect1:/resources/Akronim-Regular.woff2') format('woff2');
}

body {
    font-family: 'MyWebFont', Fallback, sans-serif;
}