Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>Document</title>
- <style>
- @font-face {
- font-family: "LINE Seed JP";
- src:
- url("LINESeedJP_OTF_Rg.woff") format("woff"),
- url("LINESeedJP_OTF_Rg.woff2") format("woff2");
- font-weight: 300;
- font-style: normal;
- }
- @font-face {
- font-family: "LINE Seed JP";
- src:
- url("LINESeedJP_OTF_Bd.woff") format("woff"),
- url("LINESeedJP_OTF_Bd.woff2") format("woff2");
- font-weight: 700;
- font-style: bold;
- }
- body {
- font-family:'TT Norms Pro',"LINE Seed JP","Helvetica Neue",Arial,Poppins,"Noto Sans JP",sans-serif;
- }
- </style>
- </head>
- <body>
- <h1>it works!!</h1>
- <p>テストです。</p>
- <p><strong>太字が反映されていますか?</strong></p>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement