Set default font weight to 300

This commit is contained in:
prototypa
2022-11-14 14:50:42 +01:00
parent 7a025847e7
commit 33a3b562ce

View File

@ -8,7 +8,7 @@ const { meta = {} } = Astro.props;
--- ---
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en" class="motion-safe:scroll-smooth 2xl:text-[20px]"> <html lang="en" class="motion-safe:scroll-smooth font-light 2xl:text-[20px]">
<head> <head>
<MetaTags {...meta} /> <MetaTags {...meta} />
</head> </head>