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
Today KU
Commits
d3e4910c
Commit
d3e4910c
authored
Oct 07, 2021
by
Kim, Subin
Browse files
폰트 적용
parent
6fcc3bac
Changes
12
Expand all
Show whitespace changes
Inline
Side-by-side
README.md
View file @
d3e4910c
...
...
@@ -11,3 +11,7 @@
2021 스마트 APP 개발 공모전
주체: 고려대학교 세종캠퍼스 IT지원팀
Copyright © 2017 IBM Corp. with Reserved Font Name "Plex"
This Font Software is licensed under the SIL Open Font License, Version 1.1.
\ No newline at end of file
client/package-lock.json
View file @
d3e4910c
This diff is collapsed.
Click to expand it.
client/package.json
View file @
d3e4910c
...
...
@@ -9,6 +9,7 @@
"axios"
:
"^0.21.4"
,
"bootstrap"
:
"^5.1.1"
,
"bootstrap-icons"
:
"^1.5.0"
,
"node-sass"
:
"^6.0.1"
,
"react"
:
"^17.0.2"
,
"react-dom"
:
"^17.0.2"
,
"react-router-dom"
:
"^5.3.0"
,
...
...
client/src/fonts/IBMPlexSansKR-Bold.ttf
0 → 100644
View file @
d3e4910c
File added
client/src/fonts/IBMPlexSansKR-ExtraLight.ttf
0 → 100644
View file @
d3e4910c
File added
client/src/fonts/IBMPlexSansKR-Light.ttf
0 → 100644
View file @
d3e4910c
File added
client/src/fonts/IBMPlexSansKR-Medium.ttf
0 → 100644
View file @
d3e4910c
File added
client/src/fonts/IBMPlexSansKR-Regular.ttf
0 → 100644
View file @
d3e4910c
File added
client/src/fonts/IBMPlexSansKR-SemiBold.ttf
0 → 100644
View file @
d3e4910c
File added
client/src/fonts/IBMPlexSansKR-Text.ttf
0 → 100644
View file @
d3e4910c
File added
client/src/index.js
View file @
d3e4910c
import
React
from
'
react
'
;
import
ReactDOM
from
'
react-dom
'
;
import
'
./
index.
css
'
;
import
'
./
scss/custom.s
css
'
;
import
'
bootstrap
'
;
import
'
bootstrap/dist/css/bootstrap.css
'
;
import
App
from
'
./App
'
;
...
...
client/src/scss/custom.scss
0 → 100644
View file @
d3e4910c
@import
"../../node_modules/bootstrap/scss/functions"
;
@import
"~bootstrap/scss/variables"
;
// @import '~bootstrap/scss/bootstrap.scss';
// @import '~bootstrap-icons/font/bootstrap-icons';
@font-face
{
font-family
:
"Plex-Bold"
;
src
:
url("../fonts/IBMPlexSansKR-Bold.ttf")
;
}
@font-face
{
font-family
:
"Plex-SemiBold"
;
src
:
url("../fonts/IBMPlexSansKR-SemiBold.ttf")
;
}
@font-face
{
font-family
:
"Plex-Medi"
;
src
:
url("../fonts/IBMPlexSansKR-Medium.ttf")
;
}
@font-face
{
font-family
:
"Plex-Reg"
;
src
:
url("../fonts/IBMPlexSansKR-Regular.ttf")
;
}
@font-face
{
font-family
:
"Plex-Light"
;
src
:
url("../fonts/IBMPlexSansKR-Light.ttf")
;
}
@font-face
{
font-family
:
"Plex-ExtraLight"
;
src
:
url("../fonts/IBMPlexSansKR-ExtraLight.ttf")
;
}
@font-face
{
font-family
:
"Plex-Text"
;
src
:
url("../fonts/IBMPlexSansKR-Text.ttf")
;
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
font-family
:
"Plex-Bold"
;
}
\ No newline at end of file
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