Answers for "font style in h1"

CSS
1

h2 custom font family html css

body {
font-family: 'Roboto', sans-serif;
}
Posted by: Guest on July-08-2020
3

how to change font in html

<font face="yourfont">
  
  Lorem Ipsum
  
</font>
Posted by: Guest on March-04-2020
0

how to write h1 tag in html

<h1>This is an h1(Heading 1) tag <h1>
Posted by: Guest on March-08-2021

Browse Popular Code Answers by Language