-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Fix various trivial frontend problems #34263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
7454bb0
0629952
5e11b87
388f957
0b04bfb
2f5d7f0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,8 @@ | |
| /* fonts */ | ||
| --fonts-proportional: -apple-system, "Segoe UI", system-ui, Roboto, "Helvetica Neue", Arial; | ||
| --fonts-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace, var(--fonts-emoji); | ||
| --fonts-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Twemoji Mozilla"; | ||
| /* "Twemoji Mozilla" emoji font is widely used by browsers like Firefox, Pale Moon, and it is more likely up-to-dated than the system emoji font */ | ||
| --fonts-emoji: "Twemoji Mozilla", "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji"; | ||
|
||
| /* font weights - use between 400 and 600 for general purposes. Avoid 700 as it is perceived too bold */ | ||
| --font-weight-light: 300; | ||
| --font-weight-normal: 400; | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.