202402022019

This commit is contained in:
nelle 2024-02-02 20:19:38 -07:00
parent 0ea7005cf1
commit 65a5099f5a
2 changed files with 5 additions and 5 deletions

Binary file not shown.

View file

@ -16,21 +16,21 @@
0 16px 32px rgba(var(--gray), 33%);
}
@font-face {
font-family: 'Atkinson';
src: url('/fonts/atkinson-regular.woff') format('woff');
font-family: 'Syabil';
src: url('/fonts/Syabil-Book.otf') format('woff');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Atkinson';
src: url('/fonts/atkinson-bold.woff') format('woff');
font-family: 'Syabil';
src: url('/fonts/Syabil-Book.otf') format('woff');
font-weight: 700;
font-style: normal;
font-display: swap;
}
body {
font-family: 'Atkinson', sans-serif;
font-family: 'Syabil', sans-serif;
margin: 0;
padding: 0;
text-align: left;