我的网站需要Prime字体

时间:2013-09-08 02:05:56

标签: css3 font-family

我的网页设计师告诉我在我的网站上使用普通常规字体。

我没找到。

任何人都知道如何使用字体素数。

body
{
 font-family: ...
}

1 个答案:

答案 0 :(得分:1)

最终结果:

    <style type="text/css">
    @font-face {
    font-family: 'primelight';
    src: url('prime_light-webfont.eot');
    src: url('prime_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('prime_light-webfont.woff') format('woff'),
         url('prime_light-webfont.ttf') format('truetype'),
         url('prime_light-webfont.svg#primelight') format('svg');
    font-weight: normal;
    font-style: normal;

}
    body { 
        font-family: "primelight", Verdana, Tahoma;
    }
    </style>
  1. 转到http://fontfabric.com/prime-free-font/ 并下载字体

  2. 在您的网站中创建一个存储库:fonts / prime /

  3. 将主要文件放在里面,确保你有这样的东西:PrimeLight.otf

  4. 替代方案:

    1. 下载字体
    2. 使用所有选项@ http://www.fontsquirrel.com/tools/webfont-generator
    3. 进行转换