Using a different font with twitter bootstrap

后端 未结 5 441
别那么骄傲
别那么骄傲 2020-12-08 00:54

I want to use a different font for my website, which is not a regular webfont. I have created EOT files already. Now how can I integrate those fonts with twitter bootstrap ?

5条回答
  •  失恋的感觉
    2020-12-08 01:23

    Hi you can create a customized build on bootstrap, just change the font name in the following pages

    Bootstrap 2.3.2 http://getbootstrap.com/2.3.2/customize.html#variables

    Bootstrap 3 http://getbootstrap.com/customize/#less-variables

    After that, make sure to use proper @font-face in a css file and link that to your page. Or you could use font kit generators.

提交回复
热议问题