diff --git a/fonts/fanwood-text/FanwoodText-Italic.ttf b/fonts/fanwood-text/FanwoodText-Italic.ttf deleted file mode 100644 index ec97943..0000000 Binary files a/fonts/fanwood-text/FanwoodText-Italic.ttf and /dev/null differ diff --git a/fonts/fanwood-text/FanwoodText-Regular.ttf b/fonts/fanwood-text/FanwoodText-Regular.ttf deleted file mode 100644 index 37b38e5..0000000 Binary files a/fonts/fanwood-text/FanwoodText-Regular.ttf and /dev/null differ diff --git a/fonts/fanwood-text/stylesheet.css b/fonts/fanwood-text/stylesheet.css deleted file mode 100644 index 9e5f00f..0000000 --- a/fonts/fanwood-text/stylesheet.css +++ /dev/null @@ -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; -} diff --git a/fonts/input-mono/Input-BoldItalic_(InputMono-BoldItalic).ttf b/fonts/input-mono/Input-BoldItalic_(InputMono-BoldItalic).ttf deleted file mode 100644 index f7f227f..0000000 Binary files a/fonts/input-mono/Input-BoldItalic_(InputMono-BoldItalic).ttf and /dev/null differ diff --git a/fonts/input-mono/Input-Bold_(InputMono-Bold).ttf b/fonts/input-mono/Input-Bold_(InputMono-Bold).ttf deleted file mode 100644 index b70b270..0000000 Binary files a/fonts/input-mono/Input-Bold_(InputMono-Bold).ttf and /dev/null differ diff --git a/fonts/input-mono/Input-Italic_(InputMono-Italic).ttf b/fonts/input-mono/Input-Italic_(InputMono-Italic).ttf deleted file mode 100644 index f607df5..0000000 Binary files a/fonts/input-mono/Input-Italic_(InputMono-Italic).ttf and /dev/null differ diff --git a/fonts/input-mono/Input-Regular_(InputMono-Regular).ttf b/fonts/input-mono/Input-Regular_(InputMono-Regular).ttf deleted file mode 100644 index 4e0043e..0000000 Binary files a/fonts/input-mono/Input-Regular_(InputMono-Regular).ttf and /dev/null differ diff --git a/fonts/input-mono/stylesheet.css b/fonts/input-mono/stylesheet.css deleted file mode 100644 index 4642ed4..0000000 --- a/fonts/input-mono/stylesheet.css +++ /dev/null @@ -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'); -} diff --git a/functions.php b/functions.php index 66e6c49..f25a2b0 100644 --- a/functions.php +++ b/functions.php @@ -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() );