This repository has been archived on 2025-03-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
jkb-kv-hro/functions.php

6 lines
225 B
PHP

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