Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

fonts from google fonts do not work

<!-- This is an easy thing you need to do -->
<style>
  /* I chose Orbitron, you can change it */
  body {
  font-family: 'Orbitron', sans-serif; /* this will change the font troughout the body, if you need help changing that, email me at ringgames04@gmail.com */
  }
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;669&display=swap');
</style>
<div class="example">
 
PREVIOUS NEXT
Tagged: #fonts #google #fonts #work
ADD COMMENT
Topic
Name
7+2 =