[DESIGN] Add Inter font italic
This commit is contained in:
parent
234a70b83b
commit
e16eea1862
BIN
extensions/odoo_theme/static/fonts/Inter-italic.var.woff2
Normal file
BIN
extensions/odoo_theme/static/fonts/Inter-italic.var.woff2
Normal file
Binary file not shown.
BIN
extensions/odoo_theme/static/fonts/Inter-roman.var.woff2
Normal file
BIN
extensions/odoo_theme/static/fonts/Inter-roman.var.woff2
Normal file
Binary file not shown.
@ -20,9 +20,21 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: Inter;
|
font-family: 'Inter';
|
||||||
src: url('fonts/Inter-VariableFont_slnt,wght.ttf') format("truetype-variations");
|
font-weight: 100 900;
|
||||||
font-weight: 1 999;
|
font-display: swap;
|
||||||
|
font-style: normal;
|
||||||
|
font-named-instance: 'Regular';
|
||||||
|
src: url("Inter-roman.var.woff2?v=3.15") format("woff2");
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-weight: 100 900;
|
||||||
|
font-display: swap;
|
||||||
|
font-style: italic;
|
||||||
|
font-named-instance: 'Italic';
|
||||||
|
src: url("Inter-italic.var.woff2?v=3.15") format("woff2");
|
||||||
}
|
}
|
||||||
|
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user