/*
Theme Name:  My Child Theme. Child for Twenty Twenty.
Theme URI:  http://shayok.com
Description:  Theme to support tutsplus tutorial. Child theme for the Twenty Twenty theme.
Author:  SM
Textdomain:  mccollin
Author URI:  http://shayok.com
Template:  twentytwenty
Version:  1.0
License:  GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html                 
*/
@import url("../twentytwenty/style.css");

/* Block Font Families ----------------------- */

@supports ( font-variation-settings: normal ) {

	.has-drop-cap:not(:focus)::first-letter,
	.entry-content .wp-block-archives,
	.entry-content .wp-block-categories,
	.entry-content .wp-block-latest-posts,
	.entry-content .wp-block-latest-comments,
	.entry-content .wp-block-cover-image p,
	.entry-content .wp-block-pullquote {
		font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
/*		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
*/
    }
}

/*
@supports ( font-variation-settings: normal ) {

	.has-drop-cap:not(:focus)::first-letter,
	.entry-content .wp-block-archives,
	.entry-content .wp-block-categories,
	.entry-content .wp-block-latest-posts,
	.entry-content .wp-block-latest-comments,
	.entry-content .wp-block-cover-image p,
	.entry-content .wp-block-pullquote {
		font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
	}
}
*/