Sign in
webkit
/
WebKit
/
e27614df2f37ba9cd62de8344bb8d5b7377411af
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
mac
/
attributedStringCustomFont.html
blob: 1e6b90a82f6789838301602f6e83be80486db111 [
file
] [
log
] [
blame
]
<html>
<head>
<style>
@
font-face
{
font-family
:
customFont
;
src
:
url
(
Ahem.ttf
);
}
</style>
</head>
<body
contenteditable
style
=
"
font-family
:
customFont
;
font-size
:
48px
;
"
>
Lorem Ipsum
<script>
document
.
body
.
focus
();
</script>
</body>
</html>