feat: prefer fonts
parent
e21dcfd045
commit
b5589e39a3
|
@ -79,7 +79,11 @@
|
|||
Use <a href="https://github.com/rsms/inter">Inter</a> for display.
|
||||
</li>
|
||||
</ul>
|
||||
<p>Always choose <strong>OTF</strong> over <strong>TTF</strong> format.</p>
|
||||
<p>Prefer:</p>
|
||||
<ul>
|
||||
<li>Choose <strong>OTF</strong> over <strong>TTF</strong> format.</li>
|
||||
<li>Choose static font over variable font.</li>
|
||||
</ul>
|
||||
<p>My standard for choosing fonts:</p>
|
||||
<ul>
|
||||
<li>Support Vietnamese</li>
|
||||
|
|
|
@ -14,7 +14,10 @@ Otherwise:
|
|||
- Use [JetBrains Mono](https://github.com/JetBrains/JetBrainsMono) for code.
|
||||
- Use [Inter](https://github.com/rsms/inter) for display.
|
||||
|
||||
Always choose **OTF** over **TTF** format.
|
||||
Prefer:
|
||||
|
||||
- Choose **OTF** over **TTF** format.
|
||||
- Choose static font over variable font.
|
||||
|
||||
My standard for choosing fonts:
|
||||
|
||||
|
|
Loading…
Reference in New Issue