I am using font awesome brand icons (e.g fab fa-css3-alt) but I cannot add tooltips on hover, I saw some suggestions but they are not working. I tried title attribute and data-toggle attribute but they did not help.
For example:
<i class="fab fa-python"></i>
How can I add tooltip on hover?