mirror of
https://github.com/yusufipk/teknolojirehberleri.xyz.git
synced 2026-09-11 10:56:08 +00:00
favicon değiştirildi ve font dosyası lokale alındı
This commit is contained in:
@@ -12,6 +12,12 @@ export default function App({ rehberler }) {
|
||||
content="Teknoloji rehberleri. Reklam ve izleyici yok!"
|
||||
/>
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<link
|
||||
rel="preload"
|
||||
href="/fonts/NunitoSansRegular.ttf"
|
||||
as="font"
|
||||
crossOrigin=""
|
||||
/>
|
||||
</Head>
|
||||
<Home rehberler={rehberler} />
|
||||
</div>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 268 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
+5
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user