zoukankan      html  css  js  c++  java
  • CSS:CSS 网络安全字体组合

    ylbtech-CSS:CSS 网络安全字体组合
    1.返回顶部
    1、

    常用的字体组合

    font-family 属性应该使用若干种字体名称作为回退系统,以确保浏览器/操作系统之间的最大兼容性。如果浏览器不支持第一个字体,则会尝试下一个。

    请以您喜欢的字体开始,并以通用字体系列结束,以便使浏览器在通用系统中挑选相似的字体,如果没有其他字体可用的话:

    实例

    p{font-family:'Times New Roman', Times, serif}

    亲自试一试

    下面是最常用的字体组合,根据通用系统进行汇总:

    Serif 字体

    font-family示例文本
    Georgia, serif

    This is a heading

    This is a paragraph

    'Palatino Linotype', 'Book Antiqua', Palatino, serif

    This is a heading

    This is a paragraph

    'Times New Roman', Times, serif

    This is a heading

    This is a paragraph

    Sans-Serif 字体

    font-family示例文本
    Arial, Helvetica, sans-serif

    This is a heading

    This is a paragraph

    'Arial Black', Gadget, sans-serif

    This is a heading

    This is a paragraph

    'Comic Sans MS', cursive, sans-serif

    This is a heading

    This is a paragraph

    Impact, Charcoal, sans-serif

    This is a heading

    This is a paragraph

    'Lucida Sans Unicode', 'Lucida Grande', sans-serif

    This is a heading

    This is a paragraph

    Tahoma, Geneva, sans-serif

    This is a heading

    This is a paragraph

    'Trebuchet MS', Helvetica, sans-serif

    This is a heading

    This is a paragraph

    Verdana, Geneva, sans-serif

    This is a heading

    This is a paragraph

    Monospace 字体

    font-family示例文本
    'Courier New', Courier, monospace

    This is a heading

    This is a paragraph

    'Lucida Console', Monaco, monospace

    This is a heading

    This is a paragraph

    2、
    2.返回顶部
     
    3.返回顶部
     
    4.返回顶部
     
    5.返回顶部
    1、
     
     
    6.返回顶部
     
    warn 作者:ylbtech
    出处:http://ylbtech.cnblogs.com/
    本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。
  • 相关阅读:
    strstr 的使用
    提取文本中的单词,单词简单排序
    sort 与 qsort
    AC自动机妙用
    字符串中如何提取数值
    字符串提取问题
    字符串搜索
    最短路问题
    树莓派挂载移动硬盘
    Mac 更换桌面背景崩溃(闪退)
  • 原文地址:https://www.cnblogs.com/storebook/p/9397167.html
Copyright © 2011-2022 走看看