Social icon disappear after change the font-family

Posted in: Newspaper
Post count: 12

Hi,
I just change my font by custom css:

*:not([class*=”icon”]):not(i) {
font-family: Arial, “Noto Sans CJK TC”, “Microsoft JhengHei”, “Microsoft Yahei”, “FontAwesome” !important;
}

But after I change it,the icon disappear.
https://imgur.com/a/ozMYbz2

How to fix it?
Thanks

Post count: 35449

Hi,

Try this:

*:not([class*=”icon”]):not(i):not(div) {
font-family: Arial, “Noto Sans CJK TC”, “Microsoft JhengHei”, “Microsoft Yahei”, “FontAwesome” !important;
}

Thank you for your understanding.

Post count: 12

Thanks the icon is show up.
But now the font don’t change.

Post count: 12

Oh Sorry it work!
I try this one

*:not([class*=”icon”]):not(i):not(div) {
font-family: Arial, “Noto Sans CJK TC”, “Microsoft JhengHei”, “Microsoft Yahei” !important;
}

Thank you so much!

Post count: 12

Hi,

I just find out.
If I use this css

:not(div)

The icon is show up.
But the blog excerpt will not change…
Only excerpt.

Can you help?
Thanks

Post count: 35449

Please provide your website url.

Post count: 12

Here

https://isvoice.com/

Thank you

Post count: 35449

Hi,

Please try this code:

*:not([class*=”icon”]):not(.td-sp) {
font-family: “Arial“, “Noto Sans CJK TC”, “Microsoft JhengHei”, “Microsoft Yahei”, “FontAwesome” !important;
}

Thanks.

Post count: 12

Hi,

This time everything don’t change. lol

Post count: 35449

I don’t understand were is not change?
https://www.screencast.com/t/3cNOa6iK

Post count: 12

https://imgur.com/a/TZMdoDy

Mine is different.
Maybe it’s about Chrome problem?

Post count: 12

Oh I got it.
The computer I use now don’t have Arial font.
Let me check again.

Thank you for your help again. 🙂

Viewing 12 posts - 1 through 12 (of 12 total)
The forum ‘Newspaper’ is closed to new topics and replies.