Answer the question
In order to leave comments, you need to log in
Fonts are not connected, how to implement?
I connect like this
@font-face {
font-family: pacifico;
src: url(pacifico.woff);
}
.logo p {
padding-top:79px;
margin-left: -15px;
font-weight: bold;
font-family:pacifico;
}
Answer the question
In order to leave comments, you need to log in
Try something like this and add other font formats so that all browsers understand
@font-face {font-family: 'PT Serif';
src: url('/Content/Fonts/ptf55f_w.eot');
src: local('PT Serif'), url('/Content/Fonts/ptf55f_w.woff') format('woff'),url('/Content/Fonts/ptf55f_w.ttf') format('truetype'), url('/Content/Fonts/ptf55f_w.svg#PTSerif-Regular') format('svg');}
.PT-Sans-Caption {
font-family:'PT Sans Caption';
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question