syntheticbold-rotated-ref.html 495 B

1234567891011121314151617181920212223242526272829303132333435
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <title>rotated synthetic bold</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <style type="text/css">
  7. @font-face {
  8. font-family: libertine;
  9. src: url(../fonts/LinLibertine_Re-4.7.5.woff);
  10. }
  11. body {
  12. margin: 150px 0px;
  13. font-size: 800%;
  14. }
  15. p { margin: 0; }
  16. .test {
  17. font-family: libertine;
  18. display: inline-block;
  19. transform: rotate(90deg);
  20. }
  21. </style>
  22. </head>
  23. <body>
  24. <p><span class="test">uh oh!</span></p>
  25. </body>
  26. </html>