Remove font files
This commit is contained in:
parent
7ebcb87a47
commit
ad51dd8b7d
Binary file not shown.
Binary file not shown.
@ -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;
|
|
||||||
}
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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');
|
|
||||||
}
|
|
@ -120,8 +120,6 @@ add_action( 'widgets_init', 'jeremy_wordpress_theme_widgets_init' );
|
|||||||
* Enqueue scripts and styles.
|
* Enqueue scripts and styles.
|
||||||
*/
|
*/
|
||||||
function jeremy_wordpress_theme_scripts() {
|
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( 'highlight-style', get_template_directory_uri() . '/css/highlight-default.css' );
|
||||||
wp_enqueue_style( 'jeremy-wordpress-theme-style', get_stylesheet_uri() );
|
wp_enqueue_style( 'jeremy-wordpress-theme-style', get_stylesheet_uri() );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user