From c1ee39cea906dc38a4e42bd0d1f3191cc87fa0bf Mon Sep 17 00:00:00 2001 From: Manuel Schmalstieg Date: Tue, 27 Mar 2018 11:02:29 +0200 Subject: [PATCH] =?UTF-8?q?code=20d=C3=A9plac=C3=A9=20dans=20l'extension?= =?UTF-8?q?=20https://github.com/eracom/deppo-hk-grotesk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit utiliser cette extension si on veut charger la fonte HK Grotesk. --- functions.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/functions.php b/functions.php index 39221d1..09e245b 100644 --- a/functions.php +++ b/functions.php @@ -11,13 +11,6 @@ function deppo_slmn_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); - // corrige un bug de Deppo: - // le chemin du CSS deppo-font-enqueue est faux, il pointe vers le style enfant. - - wp_dequeue_style( 'deppo-font-enqueue' ); - - wp_enqueue_style( 'hkgrotesk-style', get_template_directory_uri() . '/assets/fonts/hk-grotesk/stylesheet.css' ); - }