Font Awesome Update
4 posters
Page 1 of 1
Font Awesome Update
Hello!
I've been trying to update the tutorial how to install and use Font Awesome with this code, but when publishing an icon in a test theme. I skipped a little square that wasn't right. The icon did not appear as it should have.
Try looking for the stylesheet
Updated to not use version 4.7.0. Since I want to use other symbols (FREE) to print it to the forum.
I tried Font-Family CSS: Font Awesome 5/ or 6 Free but it didn't work either.
I've been trying to update the tutorial how to install and use Font Awesome with this code, but when publishing an icon in a test theme. I skipped a little square that wasn't right. The icon did not appear as it should have.
Try looking for the stylesheet
Updated to not use version 4.7.0. Since I want to use other symbols (FREE) to print it to the forum.
I tried Font-Family CSS: Font Awesome 5/ or 6 Free but it didn't work either.
- I leave the code that I tried to update the icons:
- Code:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.4/css/fontawesome.min.css" integrity="sha384-jLKHWM3JRmfMU0A5x5AkjWkw/EYfGUAGagvnfryNV3F9VqM98XiIH7VBGVoxVSc7" crossorigin="anonymous"> {T_HEAD_STYLESHEET}
Re: Font Awesome Update
Hello,
When you try the newer version of Font Awesome what happens? Does the button simply not work at all or do you get an error message or anything?
Also admittedly that tutorial is probably in need of an update. Perhaps we can add it to our list of tutorials to update when we find the time.
-Brandon
When you try the newer version of Font Awesome what happens? Does the button simply not work at all or do you get an error message or anything?
Also admittedly that tutorial is probably in need of an update. Perhaps we can add it to our list of tutorials to update when we find the time.
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: Font Awesome Update
Hi @Brandon_g
No, I don't miss any mistakes. It just doesn't display the icon I want to show.
I hope there is an update, I'll wait for it.
I repeat; the code is not displayed (content: \etc), and in the editor when I use the awesome font I only see a square. Like something is missing or I don't know
No, I don't miss any mistakes. It just doesn't display the icon I want to show.
I hope there is an update, I'll wait for it.
I repeat; the code is not displayed (content: \etc), and in the editor when I use the awesome font I only see a square. Like something is missing or I don't know
Re: Font Awesome Update
hello
try this
You can see the list of codes here https://www.fontawesomecheatsheet.com/font-awesome-cheatsheet-4x/
try this
- Code:
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"> {T_HEAD_STYLESHEET}
You can see the list of codes here https://www.fontawesomecheatsheet.com/font-awesome-cheatsheet-4x/
SarkZKalie and TonnyKamper like this post
Re: Font Awesome Update
@LucianoMicle First of all, you should have an embed CDN for FontAwesome stay available on your site
Second, for some icons you have to add a CSS like this
or you can put this in anywhere you want
Second, for some icons you have to add a CSS like this
- Code:
.class-name:after {
content: "\f000";
font-family: 'FontAwesome';
}
or you can put this in anywhere you want
- Code:
<i class="fa fa-glass"></i>
skouliki and TonnyKamper like this post
Re: Font Awesome Update
Hello @Skouliki / @SarkZKalie
The code that you gave me worked, but when it came to passing it to the css (for example, I want to use it in the range).
I see it in the editor. But in the css for the range no.
Edit: Some things I had like font awesome icons disappeared.
In the name of the forum and in a category.
Edit 2: I have to use the version of the tutorial again, until there is a new update because it brought me display problems / etc
The code that you gave me worked, but when it came to passing it to the css (for example, I want to use it in the range).
I see it in the editor. But in the css for the range no.
- Spoiler:
- Spoiler:
- Spoiler:
Yes it works but when passing it to the css it doesn't.<i class="fas fa-crown"></i>
- CSS:
- Code:
.adminrank:before {
content: "\f521";
font-family: 'FontAwesome';
}
Edit: Some things I had like font awesome icons disappeared.
In the name of the forum and in a category.
- Spoiler:
Edit 2: I have to use the version of the tutorial again, until there is a new update because it brought me display problems / etc
Re: Font Awesome Update
I have been informed that the Spanish Support is looking to update it, and that is talking to the author about this already
please wait for an answer on SSF about this issue
this topic will be locked
thank you
please wait for an answer on SSF about this issue
this topic will be locked
thank you
TonnyKamper, The Last Outlaw and LucianoMicle like this post
Similar topics
» How to replace with font awesome
» Font Awesome (Icons)
» Font Awesome in the editor
» Adding a font awesome to login and Register
» Add font awesome to tags
» Font Awesome (Icons)
» Font Awesome in the editor
» Adding a font awesome to login and Register
» Add font awesome to tags
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum