From 9f7e0940b0eccf7399e488d0019940d4a81904df Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Mon, 29 Jan 2024 23:50:46 +0530 Subject: [PATCH] fix: Update font style on autocomplete suggestions --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 2ad887b..4540046 100644 --- a/style.css +++ b/style.css @@ -414,6 +414,8 @@ body::-webkit-scrollbar { border-radius: 0.5em; box-shadow: #0000002e 0 2px 2px 0px; border: 1px solid transparent !important; + font-family: 'Ubuntu'; + font-weight: 100; text-align: start; overflow: hidden; padding-block-start: 0.5em;