20260505 Backup
This commit is contained in:
28
Gateways/FE/themes/stream-light/fonts.css
Executable file → Normal file
28
Gateways/FE/themes/stream-light/fonts.css
Executable file → Normal file
@@ -1,7 +1,31 @@
|
||||
@font-face {
|
||||
font-family: "Nunito Sans";
|
||||
src: url('./NunitoSans-Variable.ttf') format('truetype');
|
||||
font-weight: 200 900;
|
||||
src: url('fonts/NunitoSans-Regular.ttf') format('truetype');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Nunito Sans";
|
||||
src: url('fonts/NunitoSans-Bold.ttf') format('truetype');
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Nunito Sans";
|
||||
src: url('fonts/NunitoSans-ExtraBold.ttf') format('truetype');
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Nunito Sans";
|
||||
src: url('fonts/NunitoSans-Light.ttf') format('truetype');
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user