Showing posts with label CSS - Font. Show all posts
Showing posts with label CSS - Font. Show all posts

Set the fonts by CSS

You can select your font name by CSS. The code is given below:
body{
background:lightblue;
font-family:'Times New Roman', Arial;
}