|
|
@ -3,7 +3,8 @@ |
|
|
|
font-family: "Inter"; |
|
|
|
font-style: normal; |
|
|
|
font-weight: 300; |
|
|
|
src: local(""), url("../fonts/inter/inter-300.woff2") format("woff2"), |
|
|
|
font-display: block; |
|
|
|
src: local("Inter Light"), url("../fonts/inter/inter-300.woff2") format("woff2"), |
|
|
|
url("../fonts/inter/inter-300.woff") format("woff"); |
|
|
|
} |
|
|
|
|
|
|
@ -12,7 +13,8 @@ |
|
|
|
font-family: "Inter"; |
|
|
|
font-style: normal; |
|
|
|
font-weight: 400; |
|
|
|
src: local(""), url("../fonts/inter/inter-regular.woff2") format("woff2"), |
|
|
|
font-display: block; |
|
|
|
src: local("Inter"), url("../fonts/inter/inter-regular.woff2") format("woff2"), |
|
|
|
url("../fonts/inter/inter-regular.woff") format("woff"); |
|
|
|
} |
|
|
|
|
|
|
@ -21,7 +23,8 @@ |
|
|
|
font-family: "Inter"; |
|
|
|
font-style: normal; |
|
|
|
font-weight: 500; |
|
|
|
src: local(""), url("../fonts/inter/inter-500.woff2") format("woff2"), |
|
|
|
font-display: block; |
|
|
|
src: local("Inter Medium"), url("../fonts/inter/inter-500.woff2") format("woff2"), |
|
|
|
url("../fonts/inter/inter-500.woff") format("woff"); |
|
|
|
} |
|
|
|
|
|
|
@ -30,7 +33,8 @@ |
|
|
|
font-family: "Inter"; |
|
|
|
font-style: normal; |
|
|
|
font-weight: 600; |
|
|
|
src: local(""), url("../fonts/inter/inter-600.woff2") format("woff2"), |
|
|
|
font-display: block; |
|
|
|
src: local("Inter Semibold"), url("../fonts/inter/inter-600.woff2") format("woff2"), |
|
|
|
url("../fonts/inter/inter-600.woff") format("woff"); |
|
|
|
} |
|
|
|
|
|
|
@ -39,7 +43,8 @@ |
|
|
|
font-family: "Inter"; |
|
|
|
font-style: normal; |
|
|
|
font-weight: 700; |
|
|
|
src: local(""), url("../fonts/inter/inter-700.woff2") format("woff2"), |
|
|
|
font-display: block; |
|
|
|
src: local("Inter Bold"), url("../fonts/inter/inter-700.woff2") format("woff2"), |
|
|
|
url("../fonts/inter/inter-700.woff") format("woff"); |
|
|
|
} |
|
|
|
|
|
|
@ -48,7 +53,8 @@ |
|
|
|
font-family: "Inter"; |
|
|
|
font-style: normal; |
|
|
|
font-weight: 800; |
|
|
|
src: local(""), url("../fonts/inter/inter-800.woff2") format("woff2"), |
|
|
|
font-display: block; |
|
|
|
src: local("Inter Extrabold"), url("../fonts/inter/inter-800.woff2") format("woff2"), |
|
|
|
url("../fonts/inter/inter-800.woff") format("woff"); |
|
|
|
} |
|
|
|
|
|
|
@ -56,7 +62,7 @@ |
|
|
|
@font-face { |
|
|
|
font-family: 'Inter var'; |
|
|
|
font-weight: 100 900; |
|
|
|
font-display: swap; |
|
|
|
font-display: block; |
|
|
|
font-style: normal; |
|
|
|
font-named-instance: 'Regular'; |
|
|
|
src: url("../fonts/inter/inter.var.woff2") format("woff2"); |
|
|
@ -65,7 +71,7 @@ |
|
|
|
@font-face { |
|
|
|
font-family: 'Inter var'; |
|
|
|
font-weight: 100 900; |
|
|
|
font-display: swap; |
|
|
|
font-display: block; |
|
|
|
font-style: italic; |
|
|
|
font-named-instance: 'Italic'; |
|
|
|
src: url("../fonts/inter/inter.var.woff2") format("woff2"); |
|
|
|