View Single Post
Old 01-07-2017, 05:42 AM   #2
larysa
Zealot
larysa began at the beginning.
 
Posts: 124
Karma: 10
Join Date: Feb 2016
Device: iPad mini 4
This is my css file:

@font-face {
font-family: ITCGalliardETW01-Roman;
font-weight: normal;
font-style: normal;
src: url(../ITC_Galliard_ET_W01_Roman.ttf);
}
@font-face {
font-family: "ITC Garamond Std Book";
font-weight: normal;
font-style: normal;
src: url(../ITCGaramondStd-Bk.otf);
}
@font-face {
font-family: "Libre Baskerville";
font-weight: normal;
font-style: normal;
src: url(../LibreBaskerville-Regular.otf);
}
@font-face {
font-family: "Kameron";
font-weight: normal;
font-style: normal;
src: url(../Kameron.ttf);
}
.Kameron {
display: block;
font-family: "Kameron";
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1.2em;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
text-align: left;
text-decoration: none;
text-indent: 0;
}
.libreBaskerville {
display: block;
font-family: "Libre Baskerville";
font-size: 0.9em;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1.2em;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
text-align: left;
text-decoration: none;
text-indent: 0;
}
.galliard {
display: block;
font-family: ITCGalliardETW01-Roman;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1.2em;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
text-align: left;
text-decoration: none;
text-indent: 0;
}
.garamondStd-Bk {
display: block;
font-family: "ITC Garamond Std Book";
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1.2em;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
text-align: left;
text-decoration: none;
text-indent: 0;
}
larysa is offline   Reply With Quote