https://github.com/googlefonts/korean
Google Fonts Korean showcase
https://github.com/googlefonts/korean
Last synced: 9 months ago
JSON representation
Google Fonts Korean showcase
- Host: GitHub
- URL: https://github.com/googlefonts/korean
- Owner: googlefonts
- License: apache-2.0
- Created: 2017-11-12T05:15:21.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T15:03:29.000Z (10 months ago)
- Last Synced: 2025-03-28T16:09:12.792Z (10 months ago)
- Language: JavaScript
- Homepage: https://googlefonts.github.io/korean/
- Size: 7.78 MB
- Stars: 162
- Watchers: 32
- Forks: 12
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - korean
README
# Google Fonts + 한국어 • Google Fonts + Korean
Great typography makes the web more beautiful, fast, and open. Using machine learning and the latest web standards, Google Fonts now offers the open source Korean fonts showcased in this website.
This repository contains the type specimen site built to showcase the collection.
## Getting started
First, clone the project and `cd` into the directory. Then run:
```sh
yarn
yarn start
# Now serving at http://localhost:8080
```
To compile down to HTML, CSS, and JavaScript:
```sh
yarn build
```