Test font changes

This commit is contained in:
Firq 2025-04-16 19:25:49 +02:00
commit f11a53cd11
Signed by: Firq
GPG key ID: DCE182BA39C697B2
4 changed files with 14 additions and 4 deletions
src/layouts

View file

@ -113,7 +113,15 @@ const mapped_navdata = navdata.map((item) => ({
</body>
</html>
<style is:global>
<style is:global define:vars={{ workSans }}>
@font-face {
font-family: 'Work Sans Variable';
src: var(--workSans) format('woff2');
font-display: swap;
font-weight: 100 900;
font-style: normal;
}
:root {
/* Animations */
--a-time-default: 200ms;