Forum Replies Created

Viewing 15 posts - 1 through 15 (of 93 total)
  • in reply to: Google Fonts – #331336
    Frankytank
    Member
    Post count: 97

    Its the home page

    Accueil

    in reply to: Google Fonts – #331333
    Frankytank
    Member
    Post count: 97

    For me the home page menu is in bold and the other menus are normal, not for you?

    Attachments:
    You must be logged in to view attached files.
    in reply to: Google Fonts – #331330
    Frankytank
    Member
    Post count: 97

    Hi,

    Can I ask a quick last question,

    Do you know why my homepage menu in in opensans 700 and the menu from all other pages are in opensans 600?

    in reply to: Google Fonts – #331306
    Frankytank
    Member
    Post count: 97

    Hey!

    It worked 🙂

    The result?

    Not better lol

    I can’t say that hosting fonts on my server is faster.. there is some wait time when the theme get the fonts from google, but it seems that the wait time to load the file locally is about the same to 100ms slower..

    I’ll continue my testing, maybe there is a setting somewhere to speed it up a bit.. but worth the efforts? To learn some stuff yeah, to increase conversions rate? Not at all 🙂

    THanks for your help

    in reply to: Google Fonts – #331294
    Frankytank
    Member
    Post count: 97
    This reply has been marked as private.
    in reply to: Google Fonts – #331288
    Frankytank
    Member
    Post count: 97
    This reply has been marked as private.
    in reply to: Google Fonts – #331257
    Frankytank
    Member
    Post count: 97

    Hi David,

    Thanks for your answer

    The goal is actually to host the fonts on my server so when the page load it wont have to call the information from google server…

    Edit : using this tool https://google-webfonts-helper.herokuapp.com/fonts/open-sans?subsets=latin

    in reply to: Google Fonts – #331254
    Frankytank
    Member
    Post count: 97

    Hi,

    Just a question about the whole process.

    SO I uploaded the files into download from the google web font helper into one of my uploads folder

    I added the css code to the custom css into dante’s area for this

    But how to I get the theme to actually use that css, that font. In the font options, if either I choose standard or default fonts, it do not load the right font.

    So I’m kind of stuck here

    THanks!

    in reply to: Google Fonts – #331032
    Frankytank
    Member
    Post count: 97

    It is very complicated?

    in reply to: Google Fonts – #330941
    Frankytank
    Member
    Post count: 97

    HI Rui,

    Thanks for the link, it work!
    I just need a bit of help:

    I uploaded the css into the custom css of dante theme but I would like to specify 3 things :
    I would like to use open-sans 600 for body text
    I would like to use open-sans 700 for headings texts
    How could I adjust the font size for the different headings (h1, h2..)?

    Thanks!

    /* open-sans-600 - latin */
    @font-face {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 600;
      src: url('../fonts/open-sans-v14-latin-600.eot'); /* IE9 Compat Modes */
      src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
           url('../fonts/open-sans-v14-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
           url('../fonts/open-sans-v14-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
           url('../fonts/open-sans-v14-latin-600.woff') format('woff'), /* Modern Browsers */
           url('../fonts/open-sans-v14-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
           url('../fonts/open-sans-v14-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
    }
    /* open-sans-600italic - latin */
    @font-face {
      font-family: 'Open Sans';
      font-style: italic;
      font-weight: 600;
      src: url('../fonts/open-sans-v14-latin-600italic.eot'); /* IE9 Compat Modes */
      src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'),
           url('../fonts/open-sans-v14-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
           url('../fonts/open-sans-v14-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
           url('../fonts/open-sans-v14-latin-600italic.woff') format('woff'), /* Modern Browsers */
           url('../fonts/open-sans-v14-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
           url('../fonts/open-sans-v14-latin-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */
    }
    /* open-sans-700 - latin */
    @font-face {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 700;
      src: url('../fonts/open-sans-v14-latin-700.eot'); /* IE9 Compat Modes */
      src: local('Open Sans Bold'), local('OpenSans-Bold'),
           url('../fonts/open-sans-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
           url('../fonts/open-sans-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
           url('../fonts/open-sans-v14-latin-700.woff') format('woff'), /* Modern Browsers */
           url('../fonts/open-sans-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
           url('../fonts/open-sans-v14-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
    }
    /* open-sans-700italic - latin */
    @font-face {
      font-family: 'Open Sans';
      font-style: italic;
      font-weight: 700;
      src: url('../fonts/open-sans-v14-latin-700italic.eot'); /* IE9 Compat Modes */
      src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
           url('../fonts/open-sans-v14-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
           url('../fonts/open-sans-v14-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
           url('../fonts/open-sans-v14-latin-700italic.woff') format('woff'), /* Modern Browsers */
           url('../fonts/open-sans-v14-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
           url('../fonts/open-sans-v14-latin-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
    }
    in reply to: Google Fonts – #330888
    Frankytank
    Member
    Post count: 97

    Sorry to revive an old post, but is there an easy way to download google fonts into the server/theme?

    I think that fontdesk is not an option anymore to get customizable fonts.

    Thanks

    in reply to: Cannot minify/combine with w3tc #330383
    Frankytank
    Member
    Post count: 97

    Hi,

    Yes thanks, this is what I found out 🙂

    Maybe you could update old post with this information !

    in reply to: Cannot minify/combine with w3tc #330377
    Frankytank
    Member
    Post count: 97

    Forget it I found….

    W3 total cache don’t work well with cloudflare flexible ssl and wordpress https (ssl) plugin.

    I used autoptimize with great success with w3 total cache, I’ve been able to combine css and js successfully

    Thanks

    in reply to: Structured data problem #330110
    Frankytank
    Member
    Post count: 97

    Hi,

    ANy news about this one?

    Thanks

    in reply to: How to block google maps https://csi.gstatic.com/ #329463
    Frankytank
    Member
    Post count: 97

    Hi,

    I actually found a great plugin that block ressources where not needed.

    I blocked the js key from being load everywhere and I just load it where I have a map showing…

    Thanks!

Viewing 15 posts - 1 through 15 (of 93 total)