girlrock: (Default)
k ([personal profile] girlrock) wrote 2022-06-15 08:40 pm (UTC)

hello hello! so the way the icons on this layout work is that they use google's Materials Icons font, so you need to include that in your stylesheet url (which is how the fonts are added to the layout) to make it work :') that's in part 4 of the set-up section, where it says to put this:


into the "Custom stylesheet URL" input area above the custom css! but in reality you only actually need to keep the Material Icons part and are free to use any variety of google fonts you want afterward, updating this section at the beginning of your css if you'd like to use different fonts with your layout (instead of the default sans serif):
--title: Archivo, sans-serif;
--body: Lato, sans-serif;

also alternatively, if you want to do away with the tag icon before your tags altogether, you can remove it by getting rid of this block:
.tag ul:before {
font-family: 'Material Icons';
content: "sell";
/* alt styles: push_pin, label, loyalty, favorite, star */
color: var(--secondary);
margin-right: 4px;
vertical-align: top;
}

but again just the sylesheet url alone should fix your icon problem! hope this helps and let me know if you have any other questions :DD

Post a comment in response:

If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting