Skip to content

Instantly share code, notes, and snippets.

@trangsihung
Created July 26, 2017 03:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trangsihung/23f45a63f90f456e5b1f30cfee0c2142 to your computer and use it in GitHub Desktop.
Save trangsihung/23f45a63f90f456e5b1f30cfee0c2142 to your computer and use it in GitHub Desktop.
su-dung-dashicons
<?php
add_action( 'wp_enqueue_scripts', 'themename_scripts' );
function themename_scripts() {
wp_enqueue_style( 'themename-style', get_stylesheet_uri(), array( 'dashicons' ), '1.0' );
}
<div class="dashicons ten-icon"></div>
.myicon:before{
content: "mã icon";
display: inline-block;
-webkit-font-smoothing: antialiased;
font: normal 20px/1 'dashicons';
vertical-align: top;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment