A mixin for writing @font-face rules in SASS.
Create a font face rule. Embedded OpenType, WOFF2, WOFF, TrueType, and SVG files are automatically sourced.
@include font-face(Samplino, fonts/Samplino);| /** | |
| * Masking with equilateral triangles in CSS | |
| */ | |
| body{ | |
| background: #fff; | |
| min-height: 100%; | |
| } | |
| /* |
| <?php | |
| /* Register custom post types on the 'init' hook. */ | |
| add_action( 'init', 'my_register_post_types' ); | |
| /** | |
| * Registers post types needed by the plugin. | |
| * | |
| * @since 0.1.0 | |
| * @access public |
| <?php | |
| /** | |
| * @package Custom Post Format Testing | |
| * @version 2.0 | |
| */ | |
| /* | |
| Plugin Name: Post Format Testing | |
| Plugin URI: http://andreasnurbo.com/extending-wordpress-post-formats/ | |
| Description: Simple plugin to extend the default post formats. | |
| Author: Andreas Nurbo |
| <!DOCTYPE html> | |
| <!-- Helpful things to keep in your <head/> | |
| // Brian Blakely, 360i | |
| // http://twitter.com/brianblakely/ | |
| --> | |
| <head> | |
| <!-- Disable automatic DNS prefetching. | |