I have added custom fonts to my website using @font-face, but they reload on each page load/refresh.
In some forums I found a solution about using .htaccess file, but I'm not sure whether I can use it in .net (windows server) or not.
In my web.config file, clientCache is set to Max, but this doesn't affect FONTS.
<staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />
</staticContent>
I'd highly appreciate if you give me a sample code or a working solution.
Many thanks in advance!
Kardo