Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-fonts
/
support
/
iframe-using-ahem-as-web-font.html
blob: b21066df8f57a8b11432a1168a62e7a4fbbe07b1 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<style>
@
font-face
{
font-family
:
CustomFontFamily
;
src
:
url
(
/fonts/Ahem.ttf
);
}
</style>
<div
style
=
"
font-size
:
30px
;
font-family
:
CustomFontFamily
"
>
Hello!
</div>