fix: resolve conflict
This commit is contained in:
parent
5aa00bb148
commit
5ec0873695
7 changed files with 133 additions and 3 deletions
13
src/assets/styles/partials/fonts.css
Normal file
13
src/assets/styles/partials/fonts.css
Normal file
|
@ -0,0 +1,13 @@
|
|||
@font-face {
|
||||
font-family: Poppins;
|
||||
src: url('/assets/fonts/Poppins-Bold.woff2') format("woff2");
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Poppins;
|
||||
src: url('/assets/fonts/Poppins-Regular.woff2') format("woff2");
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
}
|
Reference in a new issue