Answer the question
In order to leave comments, you need to log in
How to connect fonts from another domain?
Good afternoon everyone. Asked a question.
1. There is a site with its own styles, etc.
2. This site has a subdomain. There is css with fonts of the form:
@font-face {
font-family: 'alexander';
src: url('fonts/alexander.eot');
src: url('fonts/alexander.eot?#iefix') format('embedded-opentype'),
url('fonts/alexander.woff') format('woff'),
url('fonts/alexander.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Gunny Rewritten';
src: url('fonts/gnyrwn971.eot');
src: url('fonts/gnyrwn971.eot?#iefix') format('embedded-opentype'),
url('fonts/gnyrwn971.woff') format('woff'),
url('fonts/gnyrwn971.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Kobzar KS';
src: url('fonts/kobzarks.eot');
src: url('fonts/kobzarks.eot?#iefix') format('embedded-opentype'),
url('fonts/kobzarks.woff') format('woff'),
url('fonts/kobzarks.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
font-family: 'Alexander';
@import url ("http://fonts.домен.ru/stylesheet.css" screen);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question