Font Awesome is a symbol that you can use inside a HTML. There are a lot of symbol that we can use, some of example are on the picture of this post. Usually Font Awesome is used on button, such as back button, previous button, back to top button, etc.
To use Font Awesome on blogspot, follow these steps:
1. On your blogspot dashboard, click Theme. Then, click Edit HTML.
2. Click inside of the code box then press CTRL+S to search for <head>.
3. Next, we need to include/import the Font Awesome file to the blog. Paste this below the <head>
Now that the Font Awesome have been imported to your blog, next is to use it. Font Awesome must be used inside of <i> tag or <span> tag. Use them as a class inside of that tag. The format is fa fa-your_fontAwesome.
Example:
There are a lot of Font Awesome type. Read here to find more. Be sure to check the version of Font Awesome that you have imported before using the symbol (this post using version 4.7.0).
To use Font Awesome on blogspot, follow these steps:
1. On your blogspot dashboard, click Theme. Then, click Edit HTML.
2. Click inside of the code box then press CTRL+S to search for <head>.
3. Next, we need to include/import the Font Awesome file to the blog. Paste this below the <head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
4. Click Save Theme to save the change.Now that the Font Awesome have been imported to your blog, next is to use it. Font Awesome must be used inside of <i> tag or <span> tag. Use them as a class inside of that tag. The format is fa fa-your_fontAwesome.
Example:
<i class="fa fa-arrow-up"></i>
There are a lot of Font Awesome type. Read here to find more. Be sure to check the version of Font Awesome that you have imported before using the symbol (this post using version 4.7.0).
No comments:
Post a Comment