Reply To: Changing Fonts in H1, 2, 3, 4, 5 etc

Homepage Community Forums Epik Theme Support Changing Fonts in H1, 2, 3, 4, 5 etc Reply To: Changing Fonts in H1, 2, 3, 4, 5 etc

#11118
chencho
Customer

    I have no way to change Open Sans font in Epik 馃檨

    Try to add at end to css:

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    a,
    span {
    	font-family: times;
    }

    And into functions change

    wp_enqueue_style( 'google-font', '//fonts.googleapis.com/css?family=Open+Sans:300,400,700', array(), PARENT_THEME_VERSION );

    to

    wp_enqueue_style( 'google-font', '//fonts.googleapis.com/css?family=Alef:300,400,700', array(), PARENT_THEME_VERSION );

    But there is no way!