Commit 734c8639 authored by minseok.park's avatar minseok.park

test font

parent e6081d57
Pipeline #21736 failed with stages
in 1 minute and 43 seconds
/*
* Noto Sans KR
*/
@font-face {
font-family: "Noto Sans KR";
font-style: normal;
font-weight: 100;
src:url(../font/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
font-family: "Noto Sans KR";
font-style: normal;
font-weight: 300;
src:url(../font/NotoSansKR-Light.otf) format('opentype');
font-family: "Noto Sans KR";
font-style: normal;
font-weight: 100;
src: url(../font/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
font-family: "Noto Sans KR";
font-style: normal;
font-weight: 400;
src:url(../font/NotoSansKR-Regular.otf) format('opentype');
font-family: "Noto Sans KR";
font-style: normal;
font-weight: 300;
src: url(../font/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
font-family: "Noto Sans KR";
font-style: normal;
font-weight: 500;
src:url(../font/NotoSansKR-Medium.otf) format('opentype');
font-family: "Noto Sans KR";
font-style: normal;
font-weight: 400;
src: url(../font/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
font-family: "Noto Sans KR";
font-style: normal;
font-weight: 700;
src:url(../font/NotoSansKR-Bold.otf) format('opentype');
font-family: "Noto Sans KR";
font-style: normal;
font-weight: 500;
src: url(../font/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
font-family: "Noto Sans KR";
font-style: normal;
font-weight: 900;
src:url(../font/NotoSansKR-Black.otf) format('opentype');
font-family: "Noto Sans KR";
font-style: normal;
font-weight: 700;
src: url(../font/NotoSansKR-Bold.otf) format('opentype');
}
@font-face {
font-family: "Noto Sans KR";
font-style: normal;
font-weight: 900;
src: url(../font/NotoSansKR-Black.otf) format('opentype');
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment