init
This commit is contained in:
parent
2fe0c9a830
commit
7b9c07b83e
1444 changed files with 11476 additions and 42112 deletions
27
assets/css/extended/custom-font.css
Executable file
27
assets/css/extended/custom-font.css
Executable file
|
@ -0,0 +1,27 @@
|
|||
/* Custom font definition */
|
||||
@font-face {
|
||||
font-family: 'tt2020';
|
||||
src: url('/fonts/TT2020StyleE-Regular.woff2') format('woff2');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap; /* Improves loading performance */
|
||||
}
|
||||
|
||||
/* Optional: if you have multiple weights/styles */
|
||||
/*
|
||||
@font-face {
|
||||
font-family: 'CustomFont';
|
||||
src: url('/fonts/your-font-file-bold.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'CustomFont';
|
||||
src: url('/fonts/your-font-file-italic.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
}
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue