5
I was told that when I use @font-face on a page and someone accesses it, the operating system downloads and installs the source.
It happens that I noticed the following: when creating a file with @font-face and access, the font appears correctly, but if I then remove @font-face and open the same page, the font does not load, IE, it was not installed on my pc.
I concluded that the source only appears on the site, is correct this statement?
<html>
<head>
<style>
@font-face {
font-family: "scarface";
src: url("/wp-content/uploads/fonts/scarface-webfont.eot"); /* para IE */
src: local("scarface"), url("/wp-content/uploads/fonts/scarface-webfont.ttf") format("opentype");
}
body { font-family: "scarface", Cursive; font-size: 24px; }
</style>
</head>
<body>
Texto
</body>
</html>
I’m not in favor of radical edits, but in this case I think it’s healthy. If you don’t agree, you can edit and even reverse. However, try to analyse my amendments and understand why they.
– Bacco
Bacco until I understood better with your edition, I get shit what I did, but to 17 hours on pc creating a site here already to all wrong kk
– Lucas C.S