diff --git a/fonts/inter-v13-latin-ext-600.woff2 b/fonts/inter-v13-latin-ext-600.woff2 new file mode 100755 index 0000000..e72a736 Binary files /dev/null and b/fonts/inter-v13-latin-ext-600.woff2 differ diff --git a/fonts/inter-v13-latin-ext-700.woff2 b/fonts/inter-v13-latin-ext-700.woff2 new file mode 100755 index 0000000..ea6ac88 Binary files /dev/null and b/fonts/inter-v13-latin-ext-700.woff2 differ diff --git a/fonts/inter-v13-latin-ext-regular.woff2 b/fonts/inter-v13-latin-ext-regular.woff2 new file mode 100755 index 0000000..5dba12e Binary files /dev/null and b/fonts/inter-v13-latin-ext-regular.woff2 differ diff --git a/style.css b/style.css index 597cf06..0e9600c 100644 --- a/style.css +++ b/style.css @@ -349,4 +349,30 @@ button, .button { .reason svg { width: 48px; } +} + +@font-face { + font-display: swap; + font-family: "Inter"; + font-style: normal; + font-weight: 400; + src: url("/fonts/inter-v13-latin-ext-regular.woff2") format("woff2"); +} + +/* inter-600 - latin */ +@font-face { + font-display: swap; + font-family: "Inter"; + font-style: normal; + font-weight: 600; + src: url("/fonts/inter-v13-latin-ext-600.woff2") format("woff2"); +} + +/* inter-700 - latin */ +@font-face { + font-display: swap; + font-family: "Inter"; + font-style: normal; + font-weight: 700; + src: url("/fonts/inter-v13-latin-ext-700.woff2") format("woff2"); } \ No newline at end of file