https://github.com/toss/tossface
토스의 이모지 폰트, 토스페이스
https://github.com/toss/tossface
Last synced: 4 months ago
JSON representation
토스의 이모지 폰트, 토스페이스
- Host: GitHub
- URL: https://github.com/toss/tossface
- Owner: toss
- License: other
- Created: 2022-03-25T06:37:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T06:15:42.000Z (over 2 years ago)
- Last Synced: 2025-03-01T12:23:20.305Z (over 1 year ago)
- Homepage: https://toss.im/tossface
- Size: 115 MB
- Stars: 325
- Watchers: 13
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 토스페이스 (Tossface)
토스페이스는 토스 팀에서 디자인한 이모지 서체입니다.
디지털 환경을 고려하여 작게 보아도 명확하게 의미가 드러날 수 있도록 단순한 형태와 최소한의 묘사를 지향합니다.
[Unicode v14.0](https://unicode.org/emoji/charts-14.0/emoji-released.html)의 이모지 전체를 ttf, otf, woff, woff2 서체로 제공하고 있습니다.
- [폰트 다운로드](https://github.com/toss/tossface/releases/latest)
- [폰트 설치 방법](https://support.apple.com/ko-kr/HT201749)
## 웹 폰트
CDN을 이용해 아래와 같이 토스페이스를 이용할 수 있습니다. 토스페이스가 사용하는 `font-family`는 `Tossface`입니다.
**CSS**
```css
@import url('https://cdn.jsdelivr.net/gh/toss/tossface/dist/tossface.css');
```
**HTML**
```html
```
**사용하기**
아래와 같이 `tossface` class 속성을 가진 HTML 요소에 토스페이스 폰트를 사용할 수 있습니다.
```css
.tossface {
font-family: Tossface;
}
```