Sign in
webkit
/
WebKit
/
e97723121d6efd8e6db57a4d2e40ddf289e5704a
/
.
/
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>