favicon değiştirildi ve font dosyası lokale alındı

This commit is contained in:
Yusuf İpek
2021-08-20 10:41:54 +03:00
parent 1d9587b54d
commit 983821fb60
5 changed files with 11 additions and 1 deletions
+5 -1
View File
@@ -17,4 +17,8 @@
@import "./pages/rehber.scss";
@import "./pages/404.scss";
@import url("https://fontlibrary.org//face/nunito-sans");
@font-face {
font-family: "NunitoSansRegular";
src: url("/fonts/NunitoSansRegular.ttf");
font-display: swap;
}