iT邦幫忙

2022 iThome 鐵人賽

DAY 29
0

https://ithelp.ithome.com.tw/upload/images/20221014/20148082UnTcr56mJp.jpg
https://ithelp.ithome.com.tw/upload/images/20221014/20148082p5O9MS4YSw.jpg

Font Awesome


大家應該會注意到網頁中的可愛又精緻的 icon 了嗎,fcc也有透過外部引入的方式使用這個小設計,提供這些icon資源的網站很多,有的免費有的付費,這邊介紹新手常用的兩個網站。

Font Awesome

  1. 取得kit碼
    進到網頁中按下 start for free 會請你輸入信箱收取 kit code,但這裡我收過了所以顯示錯誤訊息這個信箱已經收過了

https://ithelp.ithome.com.tw/upload/images/20221014/20148082sVVif9Yill.jpg


  1. cdn
    在開心地挑選之前,我們先到上面的 doc 拉到下面點選 Getting Started,要引入的方式很多可以研究一下哪一種適合,但這些今天我都不要。
    /images/emoticon/emoticon15.gif
    回到google打上cdn fontawesome按下搜尋點第一個結果,這裡可以把他當成一個圖書館,複製第一個連結用<link>來引入。

https://ithelp.ithome.com.tw/upload/images/20221015/20148082fU9ZqQdYCL.jpg

https://ithelp.ithome.com.tw/upload/images/20221015/20148082TKG3pBnO0k.jpg


  1. 挑選想要的icon
    回到最上方的 icons ,這裡示範第一個 house

https://ithelp.ithome.com.tw/upload/images/20221015/20148082Fl6vCzyZ5B.jpg


  1. 複製貼上
    對啦就是複製貼上,icon就出來啦!
<div>
	<i class="fa-sharp fa-solid fa-house">
		<span class="text">it's my home.</span>
	</i>
</div>

https://ithelp.ithome.com.tw/upload/images/20221015/20148082h4pLEwEnIx.jpg


  1. 來點效果
    如果我想要來一點效果呢,就請把他當成文字(text)給他一些CSS樣式吧,範例如下:
.font1 {
    font-size: 1.5rem;
    color: grey;
    text-shadow: 0 0 5px;
}

https://ithelp.ithome.com.tw/upload/images/20221015/20148082qrfwrJgIDX.jpg

網路上有許多免費的資源以開源程式,會用的話就夠找到許多有趣的好東西。

下篇:起點(javascript)


引用與資源:
fontawesome_doc
cdnjs


上一篇
Day28 - 更多 (Google Font)
下一篇
Day30 - 起點 (javascript)
系列文
30天讓你爺爺取得 FreeCodeCamp 響應式網頁設計證書30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言