I am trying to use google open sans web fonts with bootstrap.
I download fonts using
I have site-specific.css that loads after loading. I tried:
.body { font-family: 'Open Sans', sans-serif;}
and:
.bootstrap-container *, .bootstrap-container body, .bootstrap-container td, .bootstrap-container tr, .bootstrap-container div, .bootstrap-container p, .bootstrap-container form, .bootstrap-container input, .bootstrap-container select, .bootstrap-container textarea, .bootstrap-container font { font-family: 'Open Sans', sans-serif; }
But it seems that no matter which selector class I use, fonts are not displayed, and bootstrap fonts are inherited. I am not sure how to debug this.
David watson
source share