View Single Post
Old 09-22-2021, 06:33 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 30,973
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Did you link that font to a font-family (@fontface...) and the assign the Family to the span needed to enclose the character)?

Code:
@font-face {
   font-family: "noto";
   font-weight: normal;
   font-style: normal;
   src: url(../fonts/<filenamehere>.ttf);
}
Code:
1-<span class="usenoto">&#x1F9D0;</span>
theducks is offline   Reply With Quote