Learn CSS fonts in 3 minutes

10 Views
Published
CSS font families tutorial example explained

#CSS #font #fonts

body{
background-color:#111111;
}

h1{
color: #FFFFFF;
font-family: "Press Start 2P", "consolas", sans-serif;
}
p{
color: #00FF73;
font-family: "consolas", sans-serif;
font-style: italic;
font-weight: bold;
text-decoration: cyan dotted underline;
font-size: 18px;
}
Category
Bro Code
Tags
html access more fonts, import new fonts in css, how to import new fonts using html
Be the first to comment