• mostafaemam

    (@mostafaemam)


    is there a way to install a specific font on virtue them,
    for example I found a google font

    @import url(http://fonts.googleapis.com/earlyaccess/amiri.css);
    font-family: ‘Amiri’, serif;

    but I don’t know where to introduce these two lines to have this font appear in the typography drop-down menus when I choose the font for the headers/menus/body

    The second question, is there a way to align the title of the page to the right?

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • You can’t add fonts to the theme dropdowns, you would have to add custom css for you font and add the script to get the front from google to the head.php file. Or in the custom css box.
    The custom css would look like this:

    body, h1, h2, h3, h4, h5, h6, #nav-main ul.sf-menu a {
    font-family: 'Amiri', serif !important;
    }

    as for right aligning the page title:

    .page-header {
    text-align: right;
    }

    Kadence Themes

Viewing 1 replies (of 1 total)

The topic ‘install arabic font’ is closed to new replies.