font fix 5

master
AlexRoidl 7 years ago
parent d267b780a0
commit 382c24dd59

@ -8,13 +8,13 @@
<style> <style>
@font-face { @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'); 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-weight: normal;
font-style: 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'); 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-weight: normal;
font-style: normal; font-style: normal;
@ -43,7 +43,7 @@ font-weight: normal;
h1{ h1{
margin-top: 10px; margin-top: 10px;
font-family: librebaskerville-regular ,Baskerville, Times; font-family: LibreBaskerville-Regular,serif;
font-size: 85px; font-size: 85px;
text-transform:uppercase; text-transform:uppercase;
font-weight: normal; font-weight: normal;
@ -51,20 +51,20 @@ h1{
} }
h2{ h2{
font-family: librebaskerville-regular ,Baskerville, Times; font-family: LibreBaskerville-Regular,serif;
font-size: 30px; font-size: 30px;
font-weight: normal; font-weight: normal;
margin-top: -40px; margin-top: -40px;
} }
p{ p{
font-family: librebaskerville-regular ,Baskerville, Times; font-family: LibreBaskerville-Regular,serif;
font-size: 14px; font-size: 14px;
line-height: 24px; line-height: 24px;
} }
italic{ italic{
font-family: librebaskerville-italic ,Baskerville, Times; font-family: LibreBaskerville-Italic,serif;
} }
#textcontainer{ #textcontainer{

Loading…
Cancel
Save