본문으로 이동

틀:Fonts/NeoDunggeunmo.css: 두 판 사이의 차이

Kawa
잔글편집 요약 없음
잔글편집 요약 없음
3번째 줄: 3번째 줄:
font-weight: normal;
font-weight: normal;
font-style: normal;
font-style: normal;
src: url('https://kawala.in/images/8/8a/NeoDunggeunmoPro-Regular.woff') format('woff'),
src: url('/images/8/8a/NeoDunggeunmoPro-Regular.woff') format('woff'),
url('https://kawala.in/images/8/8a/NeoDunggeunmoPro-Regular.woff2') format('woff2')
url('/images/8/8a/NeoDunggeunmoPro-Regular.woff2') format('woff2')
}
}


11번째 줄: 11번째 줄:
font-weight: normal;
font-weight: normal;
font-style: normal;
font-style: normal;
src: url('https://kawala.in/images/1/1f/Neodgm_code.woff') format('woff'),
src: url('/images/1/1f/Neodgm_code.woff') format('woff'),
url('https://kawala.in/images/1/12/Neodgm_code.woff2') format('woff2')
url('/images/1/12/Neodgm_code.woff2') format('woff2')
}
}

2026년 5월 26일 (화) 13:32 판

@font-face {
	font-family: 'TemplateStyles_NeoDunggeunmoPro';
	font-weight: normal;
	font-style: normal;
	src: url('/images/8/8a/NeoDunggeunmoPro-Regular.woff') format('woff'),
		 url('/images/8/8a/NeoDunggeunmoPro-Regular.woff2') format('woff2')
}

@font-face {
	font-family: 'TemplateStyles_NeoDunggeunmoCode';
	font-weight: normal;
	font-style: normal;
	src: url('/images/1/1f/Neodgm_code.woff') format('woff'),
		 url('/images/1/12/Neodgm_code.woff2') format('woff2')
}