mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
feat(website): add Nerd Fonts for programming language icons
- Add Monaspace Argon NF font for dev icons - Update cookbook.yml with unicode codepoints for language icons: - TypeScript: \uE628 - Python: \uE73C - C#/.NET: \uF81A - Go: \uE626 - Style .lang-tab and .lang-indicator with Nerd Font family
This commit is contained in:
@@ -86,7 +86,8 @@ const base = import.meta.env.BASE_URL;
|
||||
background: var(--color-bg-secondary);
|
||||
color: var(--color-text);
|
||||
cursor: pointer;
|
||||
font-size: 16px;
|
||||
font-family: 'Monaspace Argon NF', monospace;
|
||||
font-size: 18px;
|
||||
transition: all var(--transition);
|
||||
}
|
||||
|
||||
@@ -143,7 +144,8 @@ const base = import.meta.env.BASE_URL;
|
||||
}
|
||||
|
||||
.lang-indicator {
|
||||
font-size: 14px;
|
||||
font-family: 'Monaspace Argon NF', monospace;
|
||||
font-size: 16px;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user