|
Home » CSS Properties » font-family font-familyAllows you to specify the font used. You may list multiple font names separated by commas to create a priority based choice for the browser. If the first is not available, the browser will go on to the second, and so on. You should end your definition with a generic font, either serif or sans-serif, in case none of the fonts you specify are available. p { |
