Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-text/text-spacing-trim/text-spacing-trim-fallback-001.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<link rel="match" href="text-spacing-trim-fallback-001-ref.html">
<script src="support/highlight-chars.js"></script>
<style>
@font-face {
font-family: halt;
src: url('/fonts/noto/cjk/NotoSansCJKjp-Regular-subset-halt.otf');
}
@font-face {
font-family: halt-3002;
src: url('/fonts/noto/cjk/NotoSansCJKjp-Regular-subset-halt-3002.otf');
}
@font-face {
font-family: halt-300C;
src: url('/fonts/noto/cjk/NotoSansCJKjp-Regular-subset-halt-300C.otf');
}
@font-face {
font-family: halt-FF1A;
src: url('/fonts/noto/cjk/NotoSansCJKjp-Regular-subset-halt-FF1A.otf');
}
#container {
font-family: halt;
font-size: 20px;
}
</style>
<div id="container">
<div>国。:国</div>
<div style="font-family: halt-FF1A, halt-3002, halt">国。:国</div>
<div style="font-family: halt-3002, halt-FF1A, halt">国。:国</div>
<div style="font-family: halt-3002, halt-300C, halt">国。「国</div>
<div style="font-family: halt-300C, halt-3002, halt">国。「国</div>
</div>