-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
70 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,51 @@ | ||
import { css } from "styled-components"; | ||
import pretendard_extralight from "../../assets/fonts/pretendard_extralight.otf"; | ||
import pretendard_bold from "../../assats/fonts/pretendard_bold.otf"; | ||
import pretendard_light from "../../assets/fonts/pretendard_light.otf"; | ||
import pretendard_medium from "../../assets/fonts/pretendard_medium.otf"; | ||
import pretendard_regular from "../../assets/fonts/pretendard_regular.otf"; | ||
import pretendard_semibold from "../../assets/fonts/pretendard_semibold.otf"; | ||
import { css } from 'styled-components'; | ||
import pretendard_extralight from '../../assets/fonts/pretendard_extralight.otf'; | ||
import pretendard_bold from '../../assats/fonts/pretendard_bold.otf'; | ||
import pretendard_light from '../../assets/fonts/pretendard_light.otf'; | ||
import pretendard_medium from '../../assets/fonts/pretendard_medium.otf'; | ||
import pretendard_regular from '../../assets/fonts/pretendard_regular.otf'; | ||
import pretendard_semibold from '../../assets/fonts/pretendard_semibold.otf'; | ||
|
||
export default css` | ||
@font-face { | ||
font-family: pretendard; | ||
font-weight: 200; | ||
src: local("pretendard") url(${pretendard_extralight}) format("opentype"); | ||
src: local('pretendard') url(${pretendard_extralight}) format('opentype'); | ||
} | ||
@font-face { | ||
font-family: pretendard; | ||
font-weight: 700; | ||
src: local("pretendard") url(${pretendard_bold}) format("opentype"); | ||
src: local('pretendard') url(${pretendard_bold}) format('opentype'); | ||
} | ||
@font-face { | ||
font-family: pretendard; | ||
font-weight: 300; | ||
src: local("pretendard") url(${pretendard_extralight}) format("opentype"); | ||
src: local('pretendard') url(${pretendard_extralight}) format('opentype'); | ||
} | ||
@font-face { | ||
font-family: pretendard; | ||
font-weight: 400; | ||
src: local("pretendard") url(${pretendard_light}) format("opentype"); | ||
src: local('pretendard') url(${pretendard_light}) format('opentype'); | ||
} | ||
@font-face { | ||
font-family: pretendard; | ||
font-weight: 500; | ||
src: local("pretendard") url(${pretendard_medium}) format("opentype"); | ||
src: local('pretendard') url(${pretendard_medium}) format('opentype'); | ||
} | ||
@font-face { | ||
font-family: pretendard; | ||
font-weight: 400; | ||
src: local("pretendard") url(${pretendard_regular}) format("opentype"); | ||
src: local('pretendard') url(${pretendard_regular}) format('opentype'); | ||
} | ||
@font-face { | ||
font-family: pretendard; | ||
font-weight: 600; | ||
src: local("pretendard") url(${pretendard_semibold}) format("opentype"); | ||
src: local('pretendard') url(${pretendard_semibold}) format('opentype'); | ||
} | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters