Answer the question
In order to leave comments, you need to log in
Why does android change font in SVG?
Hello.
Can you please tell me how it happens that when you open the same picture from chrome on your computer and from chrome on your phone, the font of the text changes?
On a computer, the file looks like this (borders along the edges of the letters, I just cut out a little white edging with scissors):
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#551900;}
.st1{fill:#551900;}
.st2{font-family:'Lobster';}
.st3{font-size:35px;}
</style>
<style type="text/css">
@font-face {
font-family: "Lobster";
src: url(прямая-ссылка.woff) format("woff");
}
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#551900;}
.st1{fill:#551900;}
.st2{font-family:'Lobster';}
.st3{font-size:36.5432px;}
</style>
Answer the question
In order to leave comments, you need to log in
Here is the .svg file itself.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question