From 7efd89d35776aa8916125071f654f1c431c3b0a1 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Wed, 20 Aug 2025 04:42:58 +1200 Subject: [PATCH] Align ellipsis --- src/app.scss | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/app.scss b/src/app.scss index dc2edb0a..580cb199 100644 --- a/src/app.scss +++ b/src/app.scss @@ -140,10 +140,17 @@ border-radius: 16px; } +@font-face { + font-family: 'ellipsis-font'; + src: local('Times New Roman'); + unicode-range: U+2026; +} + body { font-family: - 'Noto Sans KR', 'Noto Sans JP', 'Noto Sans TC', 'Noto Sans SC', - 'Meiryo UI', 'Malgun Gothic', 'Segoe UI', system-ui, sans-serif; + 'ellipsis-font', 'Noto Sans KR', 'Noto Sans JP', 'Noto Sans TC', + 'Noto Sans SC', 'Meiryo UI', 'Malgun Gothic', 'Segoe UI', system-ui, + sans-serif; margin: 0; }