diff --git a/assets/fonts/inter-v7-latin-regular.woff2 b/assets/fonts/inter-v7-latin-regular.woff2 new file mode 100644 index 0000000..c5e3c39 Binary files /dev/null and b/assets/fonts/inter-v7-latin-regular.woff2 differ diff --git a/src/scss/style.scss b/src/scss/style.scss index cab80b6..7a502ff 100755 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -9,10 +9,19 @@ $h1-size: 3rem; scrollbar-color: #202324 #454a4d; } +/* inter-regular - latin */ +@font-face { + font-family: 'Inter'; + font-style: normal; + font-weight: 400; + src: local(''), + url('/fonts/inter-v7-latin-regular.woff2') format('woff2'), +} + body { background-color: $background; color: $foreground-text; - font-family: 'Lora', serif; + font-family: 'Inter', sans-serif; text-rendering: optimizeLegibility; font-size: $font-size; width: 60rem;