uwuzu/css/font.css

17 lines
560 B (Stored with Git LFS)
CSS
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*GoogleFontsから使用*/
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=BIZ+UDPGothic:wght@400;700&family=Zen+Maru+Gothic:wght@500&display=swap')
/*
ローカルから独自フォントを読み込む際はこれを使用
color.cssの方のフォント変数にも同じ名前を書いて
@font-face {
font-family: 'HeadingFont';
src: url(/Fonts/HeadingFont.woff);
font-family: 'TextFont';
src: url(/Fonts/TextFont.woff);
font-family: 'MonospacedFont';
src: url(/Fonts/MOnospacedtFont.woff);
}
*/