Merge 68c787c33a75f986b15034275eae6cfa555c6e73 into b0bcc6c03ecedff0d756a0e54352586672cea761

This commit is contained in:
Alex 2024-10-02 06:30:18 +07:00 committed by GitHub
commit cf841561e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 32 additions and 6 deletions

View File

@ -25,12 +25,38 @@
} }
@font-face { @font-face {
font-family: 'Overpass'; font-family: 'BeVietnamPro';
src: url('$lib/assets/fonts/overpass/Overpass.ttf') format('truetype-variations'); src: url('$lib/assets/fonts/BeVietnamPro/BeVietnamPro-Regular.ttf') format('truetype');
font-weight: 1 999; font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'BeVietnamPro';
src: url('$lib/assets/fonts/BeVietnamPro/BeVietnamPro-Italic.ttf') format('truetype');
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'BeVietnamPro';
src: url('$lib/assets/fonts/BeVietnamPro/BeVietnamPro-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'BeVietnamPro';
src: url('$lib/assets/fonts/BeVietnamPro/BeVietnamPro-SemiBold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'BeVietnamPro';
src: url('$lib/assets/fonts/BeVietnamPro/BeVietnamPro-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal; font-style: normal;
ascent-override: 106.25%;
size-adjust: 106.25%;
} }
@font-face { @font-face {
@ -43,7 +69,7 @@
} }
:root { :root {
font-family: 'Overpass', sans-serif; font-family: 'BeVietnamPro', sans-serif;
/* Used by layouts to ensure proper spacing between navbar and content */ /* Used by layouts to ensure proper spacing between navbar and content */
--navbar-height: calc(theme(spacing.18) + 4px); --navbar-height: calc(theme(spacing.18) + 4px);
} }