haikuwebkit/LayoutTests/css3/font-feature-font-face-loca...

24 lines
500 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
@font-face {
font-family: HigaginoSans-fixed;
src: local("Hiragino Sans");
font-feature-settings: 'hwid','zero';
}
pre {
font-family: 'HigaginoSans-fixed';
}
</style>
</head>
<body>
<pre>12345678901234567890123456789012345678901234567890123456789012345678901234567890
iiiiii
WWWWWW
あいう</pre>
</body>
</html>