Answer the question
In order to leave comments, you need to log in
How to correctly connect fonts for their work in the anonymizer?
Hello everyone, I connected a font of 4 formats on the site perfectpic.ru, everything works, But if I go from the cameleo.xyz anonymizer, I get the following errors: Failed to decode downloaded font: obsxeztfmn2ha2ldfzzhk.cmle.ru/Roboto-Regular.ttf (index): 1 OTS parsing error: GDEF: misaligned table (index):1 Failed to decode downloaded font: obsxeztfmn2ha2ldfzzhk.cmle.ru/Roboto-Regular.woff (index):1 OTS parsing error: incorrect file size in WOFF header
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>TOPIK</title>
<style>
@font-face {
font-family: 'Roboto-Regular';
src: url('Roboto-Regular.ttf') format('truetype'),
url('Roboto-Regular.woff') format('woff'),
url('Roboto-Regular.eot') format('eot'),
url('Roboto-Regular.svg') format('svg');
font-weight: normal;
font-style: normal;
}
body{
font-family: 'Roboto-Regular' !important;
}
</style>
</head>
<body>
<p> Далеко-далеко за словесными горами в стране, гласных и согласных живут рыбные тексты. Залетают буквенных, которое от всех, журчит скатился использовало речью пояс заголовок вдали дороге маленькая снова имени курсивных собрал ведущими своего? Меня!</p>
<div class="font">Далеко-далеко за словесными горами в стране, гласных и согласных живут рыбные тексты. Подпоясал переулка точках рот над курсивных приставка ручеек, себя силуэт, агенство подзаголовок злых даже, повстречался предупредила от всех, родного правилами речью.</div>
</body>
</html>
Answer the question
In order to leave comments, you need to log in
Set up MIME types on the server.
First try using .htaccess
AddType font/ttf .ttf
AddType font/eot .eot
AddType font/otf .otf
AddType x-font/woff .woff
AddType font/woff2 .woff2
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question