@charset "utf-8";
/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/*Awesomeフォントをインストール出来るようにする(2023-04-07)og*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css");

/* 本当は相対パスで書きたいが、管理画面から参照出来ないため、細やかな抵抗としてルートパスで書く(2022-06-03mk) */
@import url("/wordpress/wp-content/themes/generatepress_child/font/icomoon/style.css");

/*
@font-face {
    font-family: "my_mincho";
    src:url('/prototype/wordpress/wp-content/themes/generatepress_child/font/hiragino/hira_min_std_w4.woff') format('woff');
	font-display: swap;
}
*/

/*ヒラギノ角ゴ Std W7*/
@font-face {
	font-family: "hiragino";
	src:url('./font/ヒラギノ角ゴ Std W7.otf') format('opentype');
	font-display: swap;
}

.hiragino {
	font-family: "hiragino","sans-serif";
}

/*AlteDIN1451Mittelschrift*/
@font-face {
	font-family: "din1451";
	src:url('./font/din1451alt.ttf') format('truetype');
	font-display: swap;
}

.din1451 {
	font-family: "din1451","sans-serif";
}
