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

@@ -1,14 +0,0 @@
@font-face {
font-family: 'IRANSansWeb';
src: url('IRANSansWeb.eot');
src: local('IRANSansWeb'),
url('IRANSansWeb.eot?#iefix') format('embedded-opentype'),
url('IRANSansWeb.woff2') format('woff2'),
url('IRANSansWeb.woff') format('woff'),
url('IRANSansWeb.ttf') format('truetype'),
url('IRANSansWeb.svg#IRANSansWeb') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}

View File

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

View File

Before

Width:  |  Height:  |  Size: 237 KiB

After

Width:  |  Height:  |  Size: 237 KiB

View File

@@ -0,0 +1,14 @@
@font-face {
font-family: 'IRANSansWeb';
src: url('IRANSansWeb.eot');
src:
local('IRANSansWeb'),
url('IRANSansWeb.eot?#iefix') format('embedded-opentype'),
url('IRANSansWeb.woff2') format('woff2'),
url('IRANSansWeb.woff') format('woff'),
url('IRANSansWeb.ttf') format('truetype'),
url('IRANSansWeb.svg#IRANSansWeb') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}