Commit fa8a482
authored
fix(font): use
This helps with browsers/configs which blocks web fonts.
## Before
<img width="2880" height="1752" alt="image"
src="https://github.com/user-attachments/assets/723ea5a8-4398-4b6f-9275-14cc7ecfc160"
/>
## After
<img width="2880" height="1752" alt="image"
src="https://github.com/user-attachments/assets/7439d616-b49d-4598-9df4-a4b71d8d20b6"
/>monospace fallback (#2412)1 parent a344e79 commit fa8a482
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments