SOLALIS

Font Awesome

  • HOME »
  • Font Awesome

https://tech.jastin.net/how-to-display-font-awesome-only-css/
http://copicopi.com/marqueepic.html 画像を動かす
https://www.thespruce.com/
https://www.pinterest.jp/pin/436708495105672252/?lp=true
見やすいブログは何度訪れても気持ちのいいものです。

カイカンを共有しましょう♪

記事タイトル

記事タイトル

Font Awesomeのアイコンは以下のように、faクラスでFont Awesomeをフォントファミリーとして指定し、fa-{アイコン名}クラスの疑似要素:beforeのcontentプロパティでアイコンの種類を指定しています

記事タイトル

Font Awesome

記事タイトル

.container{
  padding-top: 20px;
}
.entry-title:before{
    content: '\f046';
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
PAGETOP
Copyright © http://systemboy.xsrv.jp/solalis All Rights Reserved.
Powered by WordPress & BizVektor Theme by Vektor,Inc. technology.