Skip to content

Commit

Permalink
Force homepage font family to avoid OS auto font crashing the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonycw authored Nov 17, 2024
1 parent f948580 commit 007a922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
}
</style>

<body style="min-width: 50em;">
<body style="min-width: 50em; font-family: serif;">
<table>
<tr style="border: none;">
<th>
Expand Down

0 comments on commit 007a922

Please sign in to comment.