From 1624047f9d943a2b43fac97c726f82c7eac6d969 Mon Sep 17 00:00:00 2001 From: SDE Date: Sun, 10 Dec 2023 02:59:10 +0300 Subject: [PATCH] 0.3.10 set font Verdana --- static/aerbimCSS.css | 3 ++- templates/tb_base.html | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index 7349f21..066550b 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -2,7 +2,8 @@ body,html{ margin: 0; background: #ffffff; - font-family: -apple-system, 'Roboto', sans-serif; + font-family: 'Verdana', sans-serif; + /*font-family: -apple-system, 'Roboto', sans-serif;*/ /*font-family:*/ /* -apple-system,*/ /* 'Raleway-Black' ,*/ diff --git a/templates/tb_base.html b/templates/tb_base.html index 2c69a92..febdd98 100644 --- a/templates/tb_base.html +++ b/templates/tb_base.html @@ -9,6 +9,7 @@ + {# #}