/*
Theme Name: AccessPress Parallax Child
Theme URI: https://accesspressthemes.com/wordpress-themes/accesspress-parallax/
Template: accesspress-parallax
Author: AccessPress Themes
Author URI: https://accesspressthemes.com/
Description: Create beautiful one page / parallax website for your business, online shop, agency or any type with AccessPress Parallax. Theme is fully Gutenberg / Elementor friendly and consists of 6 demo (starter site content) built in Elementor in just one click.
Tags: custom-background,custom-colors,custom-header,custom-menu,featured-images,one-column,right-sidebar,theme-options,threaded-comments,translation-ready,two-columns,grid-layout,footer-widgets,blog,photography,portfolio
Version: 4.5.1639395384
Updated: 2021-12-13 11:36:24

*/

//Enqueue the Dashicons script
add_action( 'wp_enqueue_scripts', 'load_dashicons_front_end' );
function load_dashicons_front_end() {
wp_enqueue_style( 'dashicons' );
}