【问题标题】:Use a single font for full bootstrap website为完整的引导网站使用单一字体
【发布时间】:2016-02-02 00:31:47
【问题描述】:

我怎样才能给引导网站的所有paragraphs heading font-family, Signika

我给它这样,但看起来不像工作。

@font-face {  
  font-family:Signika !important;
  src: url(../assets/Signika.otf);
}

【问题讨论】:

    标签: twitter-bootstrap fonts font-family


    【解决方案1】:

    您必须为此标签设置字体。 将此添加到 CSS 的末尾。

    h1 {
        font-family: Signika;
    }
    h2 {
        font-family: Signika;
    
    }
    h3 {
        font-family: Signika;
    
    }
    p {
        font-family: Signika;
    }
    

    using a different font with twitter bootstrap

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-04-19
      • 2015-08-15
      • 2020-03-02
      • 1970-01-01
      • 1970-01-01
      • 2016-10-20
      • 1970-01-01
      • 2020-05-17
      相关资源
      最近更新 更多