add fonts to project
This commit is contained in:
parent
12c4137529
commit
b886cf3d79
Binary file not shown.
Binary file not shown.
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue