feat:최초 업로드
This commit is contained in:
44
assets/css/kia/kia-font.css
Normal file
44
assets/css/kia/kia-font.css
Normal file
@@ -0,0 +1,44 @@
|
||||
@charset "utf-8";
|
||||
@font-face {
|
||||
font-family: 'KiaSignature';
|
||||
src: url('/kr/assets/font/kia/KiaSignatureBold.woff2') format('woff2'),
|
||||
url('/kr/assets/font/kia/KiaSignatureBold.woff') format('woff'),
|
||||
url('/kr/assets/font/kia/KiaSignatureBold.ttf') format('truetype'),
|
||||
url('/kr/assets/font/kia/KiaSignatureBold.eof') format('eof'),
|
||||
url('/kr/assets/font/kia/KiaSignatureBold.svg') format('svg');
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'KiaSignature';
|
||||
src: url('/kr/assets/font/kia/KiaSignatureRegular.woff2') format('woff2'),
|
||||
url('/kr/assets/font/kia/KiaSignatureRegular.woff') format('woff'),
|
||||
url('/kr/assets/font/kia/KiaSignatureRegular.ttf') format('truetype'),
|
||||
url('/kr/assets/font/kia/KiaSignatureRegular.eof') format('eof'),
|
||||
url('/kr/assets/font/kia/KiaSignatureRegular.svg') format('svg');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'KiaSignature';
|
||||
src: url('/kr/assets/font/kia/KiaSignatureLight.woff2') format('woff2'),
|
||||
url('/kr/assets/font/kia/KiaSignatureLight.woff') format('woff'),
|
||||
url('/kr/assets/font/kia/KiaSignatureLight.ttf') format('truetype'),
|
||||
url('/kr/assets/font/kia/KiaSignatureLight.eof') format('eof'),
|
||||
url('/kr/assets/font/kia/KiaSignatureLight.svg') format('svg');
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user