From 12003f3f9cf047f5e771ea4fce277db6aaa1291f Mon Sep 17 00:00:00 2001 From: Pedram Keshavarzi Date: Tue, 18 Jan 2022 12:12:31 +0330 Subject: [PATCH] Font Changed --- src/index.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 6610198..3f3399e 100644 --- a/src/index.css +++ b/src/index.css @@ -41,7 +41,10 @@ code { } *{ transition: all 0.15s; + + font-family: 'IRAN SANS'; + } input:focus{ outline: 0px; -} \ No newline at end of file +}