diff --git a/docs/2023-03-30-fonts.html b/docs/2023-03-30-fonts.html
index cd0f849..348830b 100644
--- a/docs/2023-03-30-fonts.html
+++ b/docs/2023-03-30-fonts.html
@@ -83,13 +83,14 @@
- Choose OTF over TTF format.
- Choose static font over variable font.
+ - On macOS, ignore hinting. Otherwise, use hinting.
My standard for choosing fonts:
- Support Vietnamese
- Support bold, italic
- Support ligatures
- - Has dotted zero
+ - Has dotted zero, because I dislike slashed zero
diff --git a/posts/2023-03-30-fonts.md b/posts/2023-03-30-fonts.md
index 408c6d6..cd8fef3 100644
--- a/posts/2023-03-30-fonts.md
+++ b/posts/2023-03-30-fonts.md
@@ -18,13 +18,14 @@ Prefer:
- Choose **OTF** over **TTF** format.
- Choose static font over variable font.
+- On macOS, ignore hinting. Otherwise, use hinting.
My standard for choosing fonts:
- Support Vietnamese
- Support bold, italic
- Support ligatures
-- Has dotted zero
+- Has dotted zero, because I dislike slashed zero
## [JetBrains Mono](https://github.com/JetBrains/JetBrainsMono)