Google Sans Code
Monospace
제작 Google, Universal Thirst
#304 Google Fonts에서
굵기
소개 Google Sans Code
Google Sans Code는 Google과 Universal Thirst가 개발한 등폭 서체로, Google Sans의 기하학적 DNA를 공유하면서도 코드 표시라는 기능적 요구사항을 충족합니다. 가변 굵기 축은 여섯 단계에 걸쳐 있으며, 놀랍게도 이 서체는 라틴 문자와 수학 기호에 더해 아들람 문자, 캐나다 원주민 음절문자, 체로키어, 고대 페름어까지 확장됩니다. 이 덕분에 흔치 않은 문자 체계로 작업하는 개발자를 위한 유난히 포용적인 코딩 서체가 되었습니다.
문자 맵
AaBbCcDdEeFfGgHhIiJjKkLlMm
NnOoPpQqRrSsTtUuVvWwXxYyZz
0123456789
!@#$%^&*()_+-=[]{}|;':",.<>?
NnOoPpQqRrSsTtUuVvWwXxYyZz
0123456789
!@#$%^&*()_+-=[]{}|;':",.<>?
코드 편집기 미리보기
example.js
const fibonacci = (n) => {
if (n <= 1) return n;
return fibonacci(n - 1) + fibonacci(n - 2);
};
// Generate first 10 numbers
const results = Array.from(
{ length: 10 },
(_, i) => fibonacci(i)
);
console.log(`Result: ${results.join(', ')}`);
문자 구별
이 문자들을 구별할 수 있나요? 좋은 모노스페이스 폰트는 유사한 문자를 쉽게 구별하게 합니다.
제로 vs O
0 O o
1 vs l vs I
1 l I | !
따옴표
' ' " " ` ´
중괄호
( ) [ ] { } < >
구두점
. , : ; .. ...
굵기 워터폴 (6)
300
Light
400
Regular
500
Medium
600
SemiBold
700
Bold
800
ExtraBold
사용 방법
<link href="https://fonts.googleapis.com/css2?family=Google+Sans+Code:wght@300;500;600;700;800;400&display=swap" rel="stylesheet">
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Code:wght@300;500;600;700;800;400&display=swap');
font-family: 'Google Sans Code', monospace;
brew install --cask font-google-sans-code
On this page
상세 정보
- 카테고리
- Monospace
- 굵기
- 6
- 이탤릭
- ✓
- 한국어
- ✗
- 디자이너
- Google, Universal Thirst
- 라이선스
- OFL
- 버전
- 인기도
- #304
- 다운로드
- 763
라이선스 사용
| 웹 사용 | 허용됨 |
| 인쇄 | 허용됨 |
| 영상 / 방송 | 허용됨 |
| 패키징 | 허용됨 |
| 앱 임베딩 | 허용됨 |
| 브랜드 / 로고 | 허용됨 |
| 수정 | 허용됨 |
OFL — 개인 및 상업적 사용 무료
언어 지원
adlam
canadian-aboriginal
cherokee
latin
latin-ext
math
old-permic
symbols
symbols2
syriac
vietnamese
최적 용도
code_editors
technical_docs
web_apps
branding
ui_elements
관련 글 Google Sans Code
Frequently Asked Questions
Is the Google Sans Code font free for commercial use?
Yes — Google Sans Code is an open-source font, free to use in personal and commercial projects.
What type of typeface is Google Sans Code?
Google Sans Code is a Monospace typeface. It is offered as a variable font.
What does Google Sans Code support?
Google Sans Code primarily supports text.