View Single Post
Old 03-19-2017, 07:20 AM   #6
larysa
Zealot
larysa began at the beginning.
 
Posts: 117
Karma: 10
Join Date: Feb 2016
Device: iPad mini 4
@font-face {
font-family: "Neuton";
font-style: normal;
font-weight: normal;
src: url(../Neuton-Regular.ttf);
}
@font-face {
font-family: "Neuton";
font-style: italic;
font-weight: normal;
src: url(../Neuton-Italic.ttf);
}
p {
display: block;
font-family: "Neuton";
line-height: 1.2em;
font-size: 1em;
font-style: normal;
font-weight: normal;
text-align: justify;
text-indent: 0.5em;
margin: 0;
}
p + p {
display: block;
font-family: "Neuton";
line-height: 1.2em;
font-size: 1em;
font-style: normal;
font-weight: normal;
text-align: justify;
text-indent: 0.5em;
margin: 0;
}
h1 {
display: block;
font-family: "Neuton";
font-style: normal;
font-weight: normal;
margin-top: 2em;
margin-bottom: 5em;
font-size: 1.2em;
text-align: center;
}
larysa is offline   Reply With Quote