chore: font updates
This commit is contained in:
parent
5ec0873695
commit
b6f345dc73
5 changed files with 7 additions and 7 deletions
|
@ -1,13 +1,13 @@
|
|||
@font-face {
|
||||
font-family: Poppins;
|
||||
src: url('/assets/fonts/Poppins-Bold.woff2') format("woff2");
|
||||
src: url('/assets/fonts/Poppins-Bold.min.woff2') format("woff2");
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
font-display: optional
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Poppins;
|
||||
src: url('/assets/fonts/Poppins-Regular.woff2') format("woff2");
|
||||
src: url('/assets/fonts/Poppins-Regular.min.woff2') format("woff2");
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
font-display: optional
|
||||
}
|
Reference in a new issue