From 7af4785ac910b66bcf6cb9f0125f0cb4f2a23f62 Mon Sep 17 00:00:00 2001 From: Navid Mafi Date: Sun, 21 Nov 2021 00:36:18 +0330 Subject: [PATCH] added fs under 1.0 --- lib.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/lib.css b/lib.css index add584e..9a7799d 100644 --- a/lib.css +++ b/lib.css @@ -198,6 +198,33 @@ See the LICENCE file in the repository root for full licence text. .mxy-auto { margin: auto auto; } +.fs-01r { + font-size: 0.1rem; +} +.fs-02r { + font-size: 0.2rem; +} +.fs-03r { + font-size: 0.3rem; +} +.fs-04r { + font-size: 0.4rem; +} +.fs-05r { + font-size: 0.5rem; +} +.fs-06r { + font-size: 0.6rem; +} +.fs-07r { + font-size: 0.7rem; +} +.fs-08r { + font-size: 0.8rem; +} +.fs-09r { + font-size: 0.9rem; +} .fs-10r { font-size: 1rem; }