style.css (909B)
1 @font-face { 2 font-family: "Trajan Pro"; 3 src: url("https://klaanon.fi/fontit/TRAJANPRO-REGULAR.eot"); 4 src: url("https://klaanon.fi/fontit/TRAJANPRO-REGULAR.otf"); 5 src: url("https://klaanon.fi/fontit/TRAJANPRO-REGULAR.svg"); 6 src: url("https://klaanon.fi/fontit/TRAJANPRO-REGULAR.ttf"); 7 src: url("https://klaanon.fi/fontit/TRAJANPRO-REGULAR.woff"); 8 } 9 10 body { 11 overflow-x: hidden; 12 } 13 14 .timestamp { 15 color: grey; 16 text-align: center; 17 margin-top: -20px; 18 margin-bottom: 20px; 19 } 20 21 p, .content { 22 line-height: 1.5; 23 font-family: "Times New Roman"; 24 font-size: 16px; 25 max-width: 600px; 26 margin: auto; 27 } 28 29 h1, h2 { 30 font-family: "Trajan Pro", "Optimus Princeps"; text-align: center; 31 padding-right: 0 !important; 32 text-shadow: 5px 5px 20px #000000; 33 margin-top: 60px; 34 } 35 36 h1 a, h2 a { 37 text-decoration: none; 38 color: black; 39 }