CSS Fonts
CSS Fonts :
After Styling the pages, Font is one of the mazor and important things to be cared as best as possible, css fonts enables you to design in various font style by using font property and its types.
Values are separated by commas to indicate that they are alternatives. The browser will select the first font in the list that is installed or that can be downloaded using a @font-face at-rule.
Name list of some of the fonts :
font-family: Georgia, serif;
font-family: "Gill Sans", sans-serif;
font-family: sans-serif;
font-family: serif;
font-family: cursive;
font-family: system-ui;