Files
UXP-Fixed/layout/reftests/font-loading-api/multiple-sets-frame-ref.html
T
2018-02-02 04:16:08 -05:00

9 lines
137 B
HTML

<!DOCTYPE html>
<style>
@font-face {
font-family: Ahem;
src: url(../fonts/Ahem.ttf);
}
</style>
<p style="font: 16px Ahem">Hello</p>