13 lines
No EOL
307 B
CSS
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
|
|
} |