font fix 5

master
AlexRoidl 7 years ago
parent d267b780a0
commit 382c24dd59

@ -8,13 +8,13 @@
<style>
@font-face {
font-family: 'librebaskerville-regular';
font-family: 'LibreBaskerville-Regular';
src: url('LibreBaskerville-Regular.eot?#iefix') format('embedded-opentype'), url('LibreBaskerville-Regular.woff') format('woff'), url('LibreBaskerville-Regular.ttf') format('truetype'), url('LibreBaskerville-Regular.svg#LibreBaskerville-Regular') format('svg');
font-weight: normal;
font-style: normal;
font-family: 'librebaskerville-italic';
font-family: 'LibreBaskerville-Italic';
src: url('LibreBaskerville-Italic.eot?#iefix') format('embedded-opentype'), url('LibreBaskerville-Italic.woff') format('woff'), url('LibreBaskerville-Italic.ttf') format('truetype'), url('LibreBaskerville-Italic.svg#LibreBaskerville-Italic') format('svg');
font-weight: normal;
font-style: normal;
@ -43,7 +43,7 @@ font-weight: normal;
h1{
margin-top: 10px;
font-family: librebaskerville-regular ,Baskerville, Times;
font-family: LibreBaskerville-Regular,serif;
font-size: 85px;
text-transform:uppercase;
font-weight: normal;
@ -51,20 +51,20 @@ h1{
}
h2{
font-family: librebaskerville-regular ,Baskerville, Times;
font-family: LibreBaskerville-Regular,serif;
font-size: 30px;
font-weight: normal;
margin-top: -40px;
}
p{
font-family: librebaskerville-regular ,Baskerville, Times;
font-family: LibreBaskerville-Regular,serif;
font-size: 14px;
line-height: 24px;
}
italic{
font-family: librebaskerville-italic ,Baskerville, Times;
font-family: LibreBaskerville-Italic,serif;
}
#textcontainer{

Loading…
Cancel
Save