Viewing 1 replies (of 1 total)
  • Theme Author Towfiq I.

    (@tislam100)

    Looks like a bug, will be fixed in the next version.

    Open up style.php from Appearance> Editor and replace this line:
    .logo h1 a, .logo h2 a, .ast_maintanace .logo h1 a{font-family:'<?php echo $logofont['font-family']; ?>'!important;color:<?php echo $logofont['color']; ?>; font-weight:<?php echo $logofont['font-weight']; ?>!important;}

    with this:

    .logo h1 a, .logo h2 a, .ast_maintanace .logo h1 a{font-family:<?php echo $logofont['font-family']; ?>!important;color:<?php echo $logofont['color']; ?>; font-weight:<?php echo $logofont['font-weight']; ?>!important;}

    Thanks for reporting the bug ??

Viewing 1 replies (of 1 total)
  • The topic ‘Can't set "Impact" font for Logo Style in Typography Settings’ is closed to new replies.