mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
We configure fonts for Windows referring to [doc example](https://docs.rs/egui/latest/egui/struct.FontDefinitions.html). There is a [discussion](https://github.com/emilk/egui/discussions/1344) on this about various ways. Testing: Not possible to write automated test. Before: <img width="232" height="109" alt="image" src="https://github.com/user-attachments/assets/be9f3724-9ee5-4157-bd9d-313b519d1e57" /> After: <img width="243" height="67" alt="image" src="https://github.com/user-attachments/assets/e748389f-48e3-48c1-bdaf-23c49837a1c6" /> Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>