From 7393e983b4afff9974c462bdac15301751249d37 Mon Sep 17 00:00:00 2001 From: Nesswit Date: Wed, 5 Jun 2024 00:29:36 +0900 Subject: [PATCH] Update font preview page --- index.html | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 06a1d2d..46c6ae9 100644 --- a/index.html +++ b/index.html @@ -19,8 +19,8 @@ padding: 0 20px; } .preview { - word-break: break-all; - font-size: 2rem; + word-break: break-word; + font-size: 1.8rem; } .preview.regular { font-family: "INAFFont Meconopsis Regular"; @@ -28,6 +28,16 @@ .preview.bold { font-family: "INAFFont Meconopsis Bold"; } + .demo { + width: 100%; + min-width: 100%; + max-width: 100%; + min-height: 200px; + font-family: "INAFFont Meconopsis Regular"; + font-size: 1.8rem; + padding: 10px; + margin: 10px 0; + } @@ -88,6 +98,13 @@

INAFFont Meconopsis Bold

0123456789.,'

+
+

Demo

+ +
\ No newline at end of file