File: dataurl-singlequote-font.css

package info (click to toggle)
yui-compressor 2.4.8-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 4,716 kB
  • sloc: java: 45,217; javascript: 13,001; sh: 81; xml: 68; makefile: 10
file content (30 lines) | stat: -rw-r--r-- 503 bytes parent folder | download | duplicates (3)
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
/*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;
}