<?php
/**
* Style Generator class
*
* @author Jegstudio
* @since 1.0.0
* @package gutenverse-framework
*/
namespace Gutenverse\Framework;
/**
* Class Style Generator
*
* @since 2.3.0: This class is removed
* NOTE: This class is just fallback in case there is another plugin using this
*
* @package gutenverse-framework
*/
class Style_Generator extends Frontend_Generator {
/**
* Font Families
*
* @var array
*/
protected $font_families = array();
/**
* Font Variables
*
* @var array
*/
protected $font_variables = array();
/**
* This class is just fallback in case there is another plugin using this
*/
public function __construct() {}
}