Font Awesome에서 고려한 아이콘
2535 단어 FontAwesome
Font Awesome 사용 방법
html에서 사용하는 경우
<i class="fas fa-caret-down"></i>
CSS와 함께 사용하는 경우
.icon-fa:after {
font-family: "Font Awesome 5 Free";
content: '\f0d8';
}
화살
caret-down
f0d7
<i class="fas fa-caret-down"></i>
caret-up
f0d8
<i class="fas fa-caret-up"></i>
arrow-down
f063
<i class="fas fa-arrow-down"></i>
angle-double-left
f100
<i class="fas fa-angle-double-left"></i>
스크린샷 2021-01-07 17.04.48.png
angle-double-right
f101
<i class="fas fa-angle-double-right"></i>
스크린샷 2021-01-07 17.07.01.png
chevron-left
f053
<i class="fas fa-chevron-left"></i>
스크린샷 2021-01-07 17.05.41.png
chevron-right
f054
<i class="fas fa-chevron-right"></i>
스크린샷 2021-01-07 17.06.24.png
Reference
이 문제에 관하여(Font Awesome에서 고려한 아이콘), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/abeno/items/32411fdc30d87fbe084b
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
<i class="fas fa-caret-down"></i>
.icon-fa:after {
font-family: "Font Awesome 5 Free";
content: '\f0d8';
}
caret-down
f0d7
<i class="fas fa-caret-down"></i>
caret-up
f0d8
<i class="fas fa-caret-up"></i>
arrow-down
f063
<i class="fas fa-arrow-down"></i>
angle-double-left
f100
<i class="fas fa-angle-double-left"></i>
스크린샷 2021-01-07 17.04.48.png
angle-double-right
f101
<i class="fas fa-angle-double-right"></i>
스크린샷 2021-01-07 17.07.01.png
chevron-left
f053
<i class="fas fa-chevron-left"></i>
스크린샷 2021-01-07 17.05.41.png
chevron-right
f054
<i class="fas fa-chevron-right"></i>
스크린샷 2021-01-07 17.06.24.png
Reference
이 문제에 관하여(Font Awesome에서 고려한 아이콘), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/abeno/items/32411fdc30d87fbe084b텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)