Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
butter-studio
Commits
0b3ecfa8
Commit
0b3ecfa8
authored
Jul 03, 2021
by
Kim, Subin
Browse files
글꼴 적용
parent
a2a1e0bd
Changes
4
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
0b3ecfa8
# butter_studio
예매 시스템
\ No newline at end of file
예매 시스템
본 제작물에는 대한인쇄문화협회에서 제공한 서체가 적용되어 있습니다.
\ No newline at end of file
client/src/fonts/HangeulNuriB.ttf
0 → 100644
View file @
0b3ecfa8
File added
client/src/fonts/HangeulNuriR.ttf
0 → 100644
View file @
0b3ecfa8
File added
client/src/scss/custom.scss
View file @
0b3ecfa8
@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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment