Skip to content

Instantly share code, notes, and snippets.

@meshenka
Created July 29, 2015 13:26
Show Gist options
  • Save meshenka/aa20ff53f6a9a55076f3 to your computer and use it in GitHub Desktop.
Save meshenka/aa20ff53f6a9a55076f3 to your computer and use it in GitHub Desktop.
Et wp_enqueue_style() c'est pour les chiens?
<?php gravity_form_enqueue_scripts( 1, true ); ?>
<?php gravity_form_enqueue_scripts( 2, true ); ?>
<?php wp_head(); ?>
<link rel="stylesheet" type="text/css" href="//cloud.typography.com/7530932/746146/css/fonts.css" />
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/normalize.css">
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/main.css">
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/style.css">
<script src="<?php echo get_template_directory_uri(); ?>/js/lib/modernizr.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment