summaryrefslogtreecommitdiffstats
path: root/admin/survey/minify/vendor/tubalmartin/cssmin/tests/fixtures/dataurl-noquote-multiline-font.css
blob: 8628745e76d89577f09df79c7eb547f9dba017a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*csslint fontfamily: true*/

/**
 * Foo
 */

.y-ff-1 {
    font-family:"Foo Bar",Helvetica,Arial;
    text-rendering: optimizeLegibility;
}

.ua-op .y-ff-1 {
    /* Some Comment */
    font-family:Helvetica,Arial;
}

/*
Foo

Bar
*/

@font-face {
    font-family: "Foo Bar";
    src: url(
            data:font/truetype;base64,gRbIUFAIrsQNGditEWbAUKwAA) format("truetype"),
         url("http://yuilibrary.com/fonts/foo-bar.svg#webfontse22fewwr") format("svg");
    font-weight: normal;
    font-style: normal;
}