website: adds Extra Bold to lab
This commit is contained in:
parent
caf8c52f31
commit
e0e78e473c
1 changed files with 15 additions and 0 deletions
|
|
@ -794,6 +794,21 @@ for (const ch of uniqueChars) {
|
||||||
url("fonts/const/Inter-UI-BoldItalic.woff") format("woff");
|
url("fonts/const/Inter-UI-BoldItalic.woff") format("woff");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter-UI-VERSION';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 800;
|
||||||
|
src: url("fonts/const/Inter-UI-ExtraBold.woff2") format("woff2"),
|
||||||
|
url("fonts/const/Inter-UI-ExtraBold.woff") format("woff");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter-UI-VERSION';
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 800;
|
||||||
|
src: url("fonts/const/Inter-UI-ExtraBoldItalic.woff2") format("woff2"),
|
||||||
|
url("fonts/const/Inter-UI-ExtraBoldItalic.woff") format("woff");
|
||||||
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Inter-UI-VERSION';
|
font-family: 'Inter-UI-VERSION';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|
|
||||||
Reference in a new issue