This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
jkb-kv-hro/functions.php

6 lines
225 B
PHP

<?php
add_action( 'wp_enqueue_scripts', 'enqueue_isabell-hiekel_styles', 1000 );
function enqueue_isbaell-hiekel_styles() {
wp_enqueue_style( 'isabell-hiekel', get_stylesheet_directory_uri().'/lib/css/style.css' );
}
?>