Advertisement
gyaruko

train one font

Feb 20th, 2022
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <link rel="preconnect" href="https://fonts.googleapis.com">
  2. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  3. <link href="https://fonts.googleapis.com/css2?family=Train+One&display=swap" rel="stylesheet">
  4.  
  5. <style>
  6. #train {
  7. font-family: 'Train One', cursive;
  8. color: black;
  9. font-size: 2em;
  10. }
  11.  
  12. </style>
  13.  
  14. <div id="train"> Train One </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement