[Resolved] typography is not working

Home Forums Support [Resolved] typography is not working

Home Forums Support typography is not working

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #231958
    Chad Biggs

    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&#8221; rel=”stylesheet” integrity=”sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u” crossorigin=”anonymous”>

    #232086
    Tom
    Lead Developer
    Lead Developer

    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.

    #232378
    Chad Biggs

    I did not know that. Thank you for that information.

    -Chad

    #232503
    Tom
    Lead Developer
    Lead Developer

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.