mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
27 lines
741 B
CSS
27 lines
741 B
CSS
@font-face{
|
|
src: format("woff");
|
|
src: format(woff);
|
|
}
|
|
@font-face{
|
|
src: url(a) format("woff"), url(b) format("svg");
|
|
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");
|
|
src: format(woff), format(truetype), format(opentype), format(woff2), format(embedded-opentype), format(collection), format(svg);
|
|
}
|
|
@Font-face{
|
|
src: FORMAT("woff");
|
|
src: FORMAT(WOFF);
|
|
}
|
|
@font-face{
|
|
src: format("woff");
|
|
}
|
|
@font-face{
|
|
src: url(a) format("woff"), url(b) format("svg");
|
|
src: url(a) format("woff"), url(b) format(svg);
|
|
}
|
|
@font-face{
|
|
src: url(a) format("woff"), url(b) format("svg");
|
|
}
|