IRANSans is now referenced with relative URLs

This commit is contained in:
2026-05-18 22:10:24 +03:30
parent b0417000e4
commit f535530537
8 changed files with 17 additions and 17 deletions

View File

@@ -10,9 +10,9 @@
@font-face {
font-family: 'IRANSansWeb';
src:
url('/fonts/IRANSansWeb/IRANSansWeb.woff2') format('woff2'),
url('/fonts/IRANSansWeb/IRANSansWeb.woff') format('woff'),
url('/fonts/IRANSansWeb/IRANSansWeb.ttf') format('truetype');
url('./fonts/IRANSansWeb/IRANSansWeb.woff2') format('woff2'),
url('./fonts/IRANSansWeb/IRANSansWeb.woff') format('woff'),
url('./fonts/IRANSansWeb/IRANSansWeb.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;