Update font file

This commit is contained in:
2023-07-18 09:20:50 +07:00
parent f47dc577a5
commit 425534dcba
5 changed files with 2 additions and 2 deletions
@@ -1,12 +1,12 @@
$font-path: "../assets/fonts";
@font-face {
src: url("#{$font-path}/sofia-pro-regular.otf") format("opentype");
src: url("#{$font-path}/sofia-pro-regular.woff2") format("woff2");
font-family: "Sofia Pro";
}
@font-face {
src: url("#{$font-path}/inter-regular.ttf") format("truetype");
src: url("#{$font-path}/inter-regular.woff2") format("woff2");
font-family: "Inter";
}