gecko-dev/layout/reftests/font-loading-api/dynamic-insert-1-ref.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 строки
138 B
HTML
Исходник Обычный вид История

<!DOCTYPE html>
<style>
@font-face {
font-family: One;
src: url(../fonts/markA.ttf);
}
body { font-family: One; }
</style>
<p>ABC</p>