mirror of
https://git.adityakumar.xyz/adityakumar.xyz.git
synced 2024-11-09 10:39:44 +00:00
remove unused fonts
This commit is contained in:
parent
a8c53c1071
commit
b1e0cadfa7
1 changed files with 17 additions and 9 deletions
26
style.css
26
style.css
|
@ -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&display=swap');
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Lora:ital@0;1&display=swap');
|
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Lora:ital@0;1&display=swap');
|
||||||
|
|
||||||
/*html {
|
|
||||||
height: 100%;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
/*background-image: linear-gradient(135deg, #266bff, #59cfa3);*/
|
background-color: linen;
|
||||||
background-color:linen;
|
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
color: #606060;
|
color: #606060;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
|
@ -25,6 +17,15 @@ h1, h2 {
|
||||||
font-family: 'Libre Baskerville', sans-serif;
|
font-family: 'Libre Baskerville', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #b00c2f;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover, a:active {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
font-family: 'Lora', sans-serif;
|
font-family: 'Lora', sans-serif;
|
||||||
}
|
}
|
||||||
|
@ -32,3 +33,10 @@ h1, h2 {
|
||||||
header, main, section, footer {
|
header, main, section, footer {
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
margin-left: 5%;
|
||||||
|
margin-right: 5%;
|
||||||
|
text-align: center;
|
||||||
|
font-size: 80%;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue