Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecss
.content-rating-icon.fas.fa-thumbs-up {  
    font-family: var(--aui-icon-font) !important; 
    content: "\f1aa" !important;
} 
HTML
<style>
.content-rating-icon.fas.fa-thumbs-up {  
    font-family: var(--aui-icon-font) !important; 
    content: "\f1aa" !important;
} 
</style>