主頁
CSS
CSS 字型
Google Fonts
Tryit:trirong 字型
執行 ❯
建立您
自己的
網站
×
更改方向
儲存程式碼
更改主題,深色/淺色
前往 Spaces
<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Trirong"> <style> body { font-family: "Trirong", serif; } </style> </head> <body> <h1>Trirong Font</h1> <p>Lorem ipsum dolor sit amet.</p> <p>123456790</p> </body> </html>