mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 19:52:21 +03:00
29 lines
472 B
CSS
29 lines
472 B
CSS
@font-face {
|
|
src: format(woff);
|
|
}
|
|
|
|
@font-face {
|
|
src: url(a) format(woff), url(b) format(svg);
|
|
}
|
|
|
|
@font-face {
|
|
src: format(woff), format(truetype), format(opentype), format(woff2), format(embedded-opentype), format(collection), format(svg);
|
|
}
|
|
|
|
@Font-face {
|
|
src: FORMAT(WOFF)
|
|
}
|
|
|
|
@font-face {
|
|
src: format("woff");
|
|
}
|
|
|
|
@font-face {
|
|
src: url(a) format("woff"), url(b) format(svg);
|
|
}
|
|
|
|
@font-face {
|
|
src: url(a) format("woff"), url(b) format("svg");
|
|
}
|
|
|