remove unused fonts

This commit is contained in:
GNUxeava 2022-03-18 11:43:30 +05:30
parent a8c53c1071
commit b1e0cadfa7

View file

@ -1,16 +1,8 @@
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Lora:ital@0;1&display=swap');
/*html {
height: 100%;
}*/
body {
/*background-image: linear-gradient(135deg, #266bff, #59cfa3);*/
background-color:linen;
background-color: linen;
background-repeat: no-repeat;
color: #606060;
margin: 10px;
@ -25,6 +17,15 @@ h1, h2 {
font-family: 'Libre Baskerville', sans-serif;
}
a {
color: #b00c2f;
text-decoration: none;
}
a:hover, a:active {
text-decoration: underline;
}
.content {
font-family: 'Lora', sans-serif;
}
@ -32,3 +33,10 @@ h1, h2 {
header, main, section, footer {
padding-top: 10px;
}
footer {
margin-left: 5%;
margin-right: 5%;
text-align: center;
font-size: 80%;
}