Multiple fonts in Font-Family property?

后端 未结 2 1418
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-01 07:33

In the command


   
       [Country]
   

         


        
2条回答
  •  温柔的废话
    2020-12-01 08:20

    Yes.

    The font-family property can hold several font names as a "fallback" system. If the browser does not support the first font, it tries the next font.

    From: http://www.w3schools.com/cssref/pr_font_font-family.asp

    And as good practice:

    Start with the font you want, and always end with a generic family, to let the browser pick a similar font in the generic family, if no other fonts are available.

提交回复
热议问题