简体   繁体   中英

How to make the Twitter Bootstrap Glyphicons work with Wordpress?

I know there are a lot of questions in stackoverflow. But none of them has solved my problem.

Especially I checked this Bootstrap 3 Glyphicons CDN

But it didn't work for me.

My website http://mywebsite.com doesn't show icons. I added everything.

You are overwriting the Glyphicon font-family. You must include Bootstrap's css file first before including yours.

You need to remove this style:

html * {
    font-family: 'Open Sans', sans-serif !important;
}

from custom.css which is located at:

http://serhat.gen.tr/wp-content/themes/wp-bootstrap-master/css/custom.css

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM