在我的github网站上,我使用了一些图片和字体。问题是我不希望其他人下载这些图片或字体(或直接链接到他们的网站以便他们使用它们)。
如何阻止人们下载?
我一直在寻找答案,但我无法找到答案!
编辑:只是为了添加更多细节,在我的CSS样式表中,我就像这样链接我的字体。
@font-face tomato{
font-family: 'Tomato SC';
src: mywebsite.com/tomato-otf}
一个问题是,人们可以访问mywebsite.com/tomato-otf并下载字体本身。我想阻止这一点。
答案 0 :(得分:1)
根据“How can I prevent web fonts from being downloaded and used illegally?”,这实际上是不可能的
特别是当您通过Jekyll does not suport .htaccess
考虑GitHub页面时,您甚至无法prevent hotlinking with a .htaccess file。
至少,确保您的字体有许可证,并且是子集,因此它们只包含您的网站需要显示的字符。