/**
Theme Name: DN Astra Child Theme
Author: Deviant Noise Inc.
Author URI: https://deviantnoise.com/
Description: This is the customizable child theme for DeviantNoise.com\'s installation of WP Astra
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dn-astra-child-theme
Template: astra
*/

/* Changed Astra Icons CSS

.astra-icon-down_arrow::after {
  content: "\f347";
  font-family: dashicons;
}

.astra-icon-menu::after {
  content: "\f333";
  font-family: dashicons;
}
 
*/