Remove font files

This commit is contained in:
Jeremy Dormitzer 2018-11-19 05:48:27 -05:00
parent 7ebcb87a47
commit ad51dd8b7d
9 changed files with 0 additions and 45 deletions

View File

@ -1,13 +0,0 @@
@font-face {
font-family: 'Fanwood Text';
src: url('FanwoodText-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Fanwood Text';
src: url('FanwoodText-Italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}

View File

@ -1,30 +0,0 @@
@font-face {
font-family: 'Input Mono';
font-style: normal;
font-weight: 400;
src: url('Input-Regular_(InputMono-Regular).ttf');
}
@font-face {
font-family: 'Input Mono';
font-style: italic;
font-weight: 400;
src: url('Input-Italic_(InputMono-Italic).ttf');
}
@font-face {
font-family: 'Input Mono';
font-style: normal;
font-weight: 700;
src: url('Input-Bold_(InputMono-Bold).ttf');
}
@font-face {
font-family: 'Input Mono';
font-style: italic;
font-weight: 700;
src: url('Input-BoldItalic_(InputMono-BoldItalic).ttf');
}

View File

@ -120,8 +120,6 @@ add_action( 'widgets_init', 'jeremy_wordpress_theme_widgets_init' );
* Enqueue scripts and styles.
*/
function jeremy_wordpress_theme_scripts() {
wp_enqueue_style( 'fanwood-text-font', get_template_directory_uri() . '/fonts/fanwood-text/stylesheet.css' );
wp_enqueue_style( 'input-mono-font', get_template_directory_uri() . '/fonts/input-mono/stylesheet.css' );
wp_enqueue_style( 'highlight-style', get_template_directory_uri() . '/css/highlight-default.css' );
wp_enqueue_style( 'jeremy-wordpress-theme-style', get_stylesheet_uri() );