Vorlage:Icon: Unterschied zwischen den Versionen

Aus BrandWiki
Wechseln zu:Navigation, Suche
Zeile 3: Zeile 3:
 
The template includes the following recommended code, see [https://getbootstrap.com/docs/3.3/components/ glyphicons bootstrap]:
 
The template includes the following recommended code, see [https://getbootstrap.com/docs/3.3/components/ glyphicons bootstrap]:
  
<!--<code><nowiki><span class="glyphicon glyphicon-</nowiki>'''globe'''<nowiki>" aria-hidden="true"></span></nowiki></code>-->
+
glyphicon
 +
<code><nowiki><span class="glyphicon glyphicon-</nowiki>'''globe'''<nowiki>" aria-hidden="true"></span></nowiki></code>
  
 +
font awesome
 
<code><nowiki><i class="fa-regular fa-globe-</nowiki>'''globe'''<nowiki>" aria-hidden="true"></span></nowiki></code>
 
<code><nowiki><i class="fa-regular fa-globe-</nowiki>'''globe'''<nowiki>" aria-hidden="true"></span></nowiki></code>
  

Version vom 13. April 2022, 10:58 Uhr

How it works

The template includes the following recommended code, see glyphicons bootstrap:

glyphicon <span class="glyphicon glyphicon-globe" aria-hidden="true"></span>

font awesome <i class="fa-regular fa-globe-globe" aria-hidden="true"></span>