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.
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