Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10036134
    Subgrounds
    Participant

    I’m using Porto HTML5 8.3 with the Poppins font. I want to change the font to Open Sans or maybe another font like Roboto, because I’m having some issues with Poppins (spacing, because of non latin characters). I tried to get the latin only version, but I can’t get it to work. I replaced Poppins to Open Sans in all css files, but it didn’t look right.

    Can you send me instructions how to revert back to Open Sans or maybe another font in the future? Also, I want to host the font on my own server, can you also give me instructions how to do that?

    Thanks!



    Template Version: 8.3
    #10036136
    Support
    Keymaster

    Hello, thanks for your purchase.

    1) To host the fonts in your own server, first you should download the webfont at Google Web Fonts Helper. For example Open Sans:
    https://google-webfonts-helper.herokuapp.com/fonts/open-sans?subsets=latin

    2) Extract the font files inside the folder “css/fonts/”.

    3) Copy the CSS generated at Google Web Fonts Helper and paste at “css/custom.css”.

    4) In the CSS code, remove the ../ from URL’s. Eg:

    From this:
    url('../fonts/open-sans-v18-latin-300.eot?#iefix')
    
    To this:
    url('fonts/open-sans-v18-latin-300.eot?#iefix')

    5) Add the code below at (css/custom.css):

    body {
    	font-family: "Open Sans", "Arial", sans-serif !important;
    }

    Please try that and let us know if you need further assistance.

    Kind Regards,

    Rodrigo.

    If you are satisfied with Porto HTML and our support, please leave your comment and rating on ThemeForest downloads page. That helps us a lot: https://themeforest.net/downloads


Viewing 2 posts - 1 through 2 (of 2 total)

This topic is marked as "RESOLVED" and can not rceive new replies.