オリジナルファント・独自フォントを設定する方法【CSS】
css
@font-face {
font-family: font-name;
src: url(/url.ttf) format("truetype"),
url(/url.svg) format("svg");
font-weight: 500;
font-style: normal;
}@font-face {
font-family: font-name;
src: url(/url.ttf) format("truetype"),
url(/url.svg) format("svg");
font-weight: 500;
font-style: normal;
}