This repository has been archived on 2025-03-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coryd.dev-eleventy/src/assets/styles/defaults/fonts.css
2024-04-15 12:37:32 -07:00

13 lines
No EOL
307 B
CSS

@font-face {
font-family: Poppins;
src: url('/assets/fonts/Poppins-Bold.min.woff2') format("woff2");
font-weight: 700;
font-display: optional
}
@font-face {
font-family: Poppins;
src: url('/assets/fonts/Poppins-Regular.min.woff2') format("woff2");
font-weight: 400;
font-display: optional
}