Google Sans Code
Über uns Google Sans Code
Google Sans Code ist eine von Google und Universal Thirst entwickelte Monospace-Schrift, die die geometrische DNA von Google Sans teilt und zugleich die funktionalen Anforderungen der Code-Darstellung erfüllt. Die variable Gewichtsachse umfasst sechs Stufen, und bemerkenswerterweise erweitert sich die Schrift neben Latein und mathematischen Symbolen auch auf Adlam, kanadische Aborigine-Silbenschrift, Cherokee und Alt-Permisch. Das macht sie zu einer ungewöhnlich inklusiven Coding-Schrift für Entwickler, die mit weniger verbreiteten Schriftsystemen arbeiten.
Zeichentabelle
NnOoPpQqRrSsTtUuVvWwXxYyZz
0123456789
!@#$%^&*()_+-=[]{}|;':",.<>?
Code-Editor-Vorschau
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(', ')}`);
Zeichenunterscheidung
Können Sie diese unterscheiden? Ein gutes monospace font macht ähnliche Zeichen leicht erkennbar.
Gewichts-Wasserfall (6)
Verwendung
<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
Details
- Kategorie
- Monospace
- Stärken
- 6
- Kursiv
- ✓
- Koreanisch
- ✗
- Designer
- Google, Universal Thirst
- Lizenz
- OFL
- Version
- Beliebtheit
- #304
- Downloads
- 763
Lizenznutzung
| Webnutzung | Erlaubt |
| Druck | Erlaubt |
| Video / Rundfunk | Erlaubt |
| Verpackung | Erlaubt |
| App-Einbettung | Erlaubt |
| Marke / Logo | Erlaubt |
| Bearbeitung | Erlaubt |
OFL — Kostenlos für private und kommerzielle Nutzung
Sprachunterstützung
Am besten geeignet für
Artikel über 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.