Hi guys,
Still now luck…
I want to make sure that I am doing what you are asking me. When you ask me to change my child theme style.css, you mean that I paste it under the commented area, like this:
/*
Theme Name: X
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: An immensely powerful and endlessly customizable WordPress theme.
Version: 4.6.4
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: __x__
*/
add_action('wp_head', 'head_style_custom');
function head_style_custom() { ?>
<link href="https://fonts.googleapis.com/css?family=Aref+Ruqaa" rel="stylesheet">
<?php }
I hope that this is correct.
Once I do this, I then go to cornerstone and then add this to change the font:
.x-blockquote {
font-family: 'Aref Ruqaa', serif;
font-size: 24px;
color: #000;
}
.x-blockquote .x-cite {
font-family: 'Aref Ruqaa', serif;
font-size: 16px;
color: #aaa;
}
Still, this doesn’t work.