+ 4
How can I let the font in my Html page look like the font in the page "My Blog"?
7 Respuestas
+ 6
I understand now. But don't have an answer. Sorry. I am bad at CSS, that's why I didn't understand.
+ 3
In CSS, font-family: Handlee
+ 2
see this My code Of Fonts
https://code.sololearn.com/Wzno184TkO79/?ref=app
+ 1
In CSS, font-family: Handlee
Thank you :D
0
Sorry, I don't really understand what your question is.
Sorry, I was weird at this moment. Here is the real question:
How can I make my font look like in the HTML page "My Blog"?
0
No problem. I learn CSS now
0
font-family: 'Handlee', cursive;
write this line inside your css file.