• Resolved Jos Klever

    (@josklever)


    In version 1.4.2 the main font was changed from Abel to Roboto and Raleway. My customer likes Abel better and isn’t very happy about this change.
    – Why was this changed while it has quite some impact on the styling?
    – Is it possible to give users the choice to use Abel or Roboto/Raleway?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author alexvtn

    (@alexvtn)

    Hi

    Abel font doesn’t support cyrillic characters

    you can integrate again Abel font in this way

    1) edit main.php file under suevafree/core/ and replace

    wp_enqueue_style( ‘suevafree-google-fonts’, ‘//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic|Raleway:400,800,900,700,600,500,300,200,100|Allura&subset=latin,greek,greek-ext,vietnamese,cyrillic-ext,latin-ext,cyrillic’ );

    with
    wp_enqueue_style( ‘suevafree-google-fonts’, ‘//fonts.googleapis.com/css?family=Abel|Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic|Raleway:400,800,900,700,600,500,300,200,100|Allura&subset=latin,greek,greek-ext,vietnamese,cyrillic-ext,latin-ext,cyrillic’ );

    2) replace each reference of Roboto and Raleway from style.css file, for example

    font-family:’Raleway’,Verdana, Geneva, sans-serif;

    to

    font-family:’Abel’,Verdana, Geneva, sans-serif;

    Best regards

    Alex

    WPinProgress

    Thread Starter Jos Klever

    (@josklever)

    Changing the theme’s core files means it will only last until the next update. How can we make this more durable?

    Theme Author alexvtn

    (@alexvtn)

    I’ll send you a plugin to keep this customization, please send me an email to support at wpinprogress dot com

    Best regards

    Alex

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Font change in version 1.4.2’ is closed to new replies.