mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 05:28:13 +00:00
42d0d1ddb9
chore: updated packages
24 lines
557 B
SCSS
24 lines
557 B
SCSS
@font-face {
|
|
font-family: 'Libre Franklin';
|
|
src: url('/fonts/LibreFranklin-Bold.woff2') format('woff2');
|
|
font-weight: 800;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Libre Franklin';
|
|
src: url('/fonts/LibreFranklin-Regular.woff2') format('woff2');
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Libre Franklin';
|
|
src: url('/fonts/LibreFranklin-SemiBold.woff2') format('woff2');
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|