Difference between revisions of "User:Izzychess"

Line 3: Line 3:
 
I like bubble tea
 
I like bubble tea
  
<font color=“blue”  style="font-family: Oswald" >does HTML work here?</font>
+
<head>
 +
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Sofia">
 +
<style>
 +
body {
 +
  font-family: "Sofia", sans-serif;
 +
}
 +
</style>
 +
</head>
 +
 
 +
<h1 color=“blue”  style="font-family: Oswald>does HTML work here?</h1>

Revision as of 15:00, 4 September 2023

Hi! I’m IzzyChess

I like bubble tea

<head> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Sofia"> <style> body {

 font-family: "Sofia", sans-serif;

} </style> </head>

does HTML work here?