add fonts to project

This commit is contained in:
emma 2025-02-01 17:47:56 -05:00
parent 12c4137529
commit b886cf3d79
3 changed files with 10 additions and 0 deletions

View File

@ -2,6 +2,16 @@
--header-footer-color: #BFD9C688;
}
@font-face {
font-family: alwaysinmyheart;
src: url(/site/resources/fonts/alwaysinmyheart.woff2);
}
@font-face {
font-family: learning-curve-regular;
src: url(/site/resources/fonts/learning-curve-regular.woff2);
}
*, *::before, *::after {
margin: 0;
padding: 0;