Text sample – CSS font-size (px) with 1.4em line-height
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
18px — 5.em line-height
16px — 1.4em line-height Is not the best kind of originality that which comes after a sound apprenticeship? That which shall prove to be the blending of a firm conception of, “useful precedent” and the progressive…
14px - Is not the best kind of originality that which comes after a sound apprenticeship? That which shall prove to be the blending of a firm conception of, “useful precedent” and the progressive tendencies of…
12px - Is not the best kind of originality that which comes after a sound apprenticeship? That which shall prove to be the blending of a firm conception of, “useful precedent” and the progressive tendencies of an able mind. For, let a man be as able & original…
10px - Is not the best kind of originality that which comes after a sound apprenticeship? That which shall prove to be the blending of a firm conception of, “useful precedent” and the progressive tendencies of an able mind. For, let a man be as able & original as he may, he can’t afford to discard knowledge of what…
Courtesy of Typekit — Full Font Specimen
CSS Letter-spacing 0em with 1.4em line-height
Is not the best kind of originality that which comes after a sound apprenticeship? That which shall prove to be the blending of a firm conception of, “useful precedent” and the progressive tendencies of an able mind. For, let…
CSS Letter-spacing 0.05em with 1.4em line-height
Is not the best kind of originality that which comes after a sound apprenticeship? That which shall prove to be the blending of a firm conception of, “useful precedent” and the progressive tendencies of an able mind. For, let…
CSS Letter-spacing 0.1em with 1.4em line-height
Is not the best kind of originality that which comes after a sound apprenticeship? That which shall prove to be the blending of a firm conception of, “useful precedent” and the progressive tendencies of an able mind. For, let…
We used the Drop Caps plugin for this specimen but we added our own CSS to the style.css child sheet. By doing this we get a lot more freedom with the drop caps. We used the “p + p” CSS feature that will indent every paragraph following the first paragraph. All CSS is listed below.
We used the Drop Caps plugin for this specimen but we added our own CSS to the style.css child sheet. By doing this we get a lot more freedom with the drop caps. We used the “p + p” CSS feature that will indent every paragraph following the first paragraph. All CSS is listed below.
We used the Drop Caps plugin for this specimen but we added our own CSS to the style.css child sheet. By doing this we get a lot more freedom with the drop caps. We used the “p + p” CSS feature that will indent every paragraph following the first paragraph. All CSS is listed below.
We used the Drop Caps plugin for this specimen but we added our own CSS to the style.css child sheet. By doing this we get a lot more freedom with the drop caps. We used the “p + p” CSS feature that will indent every paragraph following the first paragraph. All CSS is listed below.
span.cap {
font-family: "league-gothic-1","league-gothic-2", helvetica, serif;
color: #4AB4C4 ;
text-shadow: -1px 1px #F4F4F4, -1px 1px #F3F3F3, -2px 2px #F2F2F2, -3px 3px #BCBCBC, -4px 4px #BCBCBC;
float:left;
line-height:0.9em;
padding-right:0.1em;
margin-bottom:-0.2em;
font-size:320%;
}
p.first-child {
font-weight:normal;
}
span.cap span {
height:0;
right:0.06em;
top:-1.06em;
}
.drop p + p {
text-indent: 1.5em;
margin-top: 0
}