Commit 0b3ecfa8 authored by Kim, Subin's avatar Kim, Subin
Browse files

글꼴 적용

parent a2a1e0bd
# butter_studio
예매 시스템
\ No newline at end of file
예매 시스템
본 제작물에는 대한인쇄문화협회에서 제공한 서체가 적용되어 있습니다.
\ No newline at end of file
@import '~bootstrap/scss/bootstrap.scss';
@import '~bootstrap-icons/font/bootstrap-icons';
@font-face {
font-family: 'HangeulNuriB';
src: url("../fonts/HangeulNuriB.ttf") format('truetype')
}
@font-face {
font-family: 'HangeulNuriR';
src: url("../fonts/HangeulNuriR.ttf") format('truetype')
}
* {
font-family: "HangeulNuriB"
}
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
......
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