Archived topic
typography is not working
3 replies · Started by Chad Biggs on October 4, 2016
Typography does not work with bootstrap cdn css in gp hook.
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
I don't suggest adding the entire bootstrap file into GP (or any other theme not built on bootstrap). It will overwrite certain aspects of the theme.
Instead, grab the CSS specific to the bootstrap elements you need. Bootstrap has a compiler so you can choose the elements to include in your file.
In this case, you would exclude the typography CSS.
I did not know that. Thank you for that information.
-Chad
No problem :)