system-generic-fallback-zh-tw.html 418 B

12345678910111213141516171819202122232425262728293031323334
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <title>system generic linked families</title>
  5. <meta charset="utf-8">
  6. <style>
  7. body {
  8. margin: 50px;
  9. }
  10. p {
  11. margin: 0;
  12. display: inline-block;
  13. font-size: 80px;
  14. line-height: 1.3em;
  15. }
  16. p + p { margin-top: 5px; }
  17. #test p:before { content: "123abc 途外"; }
  18. #test p { font-family: -apple-system; }
  19. </style>
  20. </head>
  21. <body>
  22. <div lang="zh-tw" id=test>
  23. <p></p>
  24. </div>
  25. </body>
  26. </html>