You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
615 B
CSS
40 lines
615 B
CSS
@font-face {
|
|
font-family: "EBGaramond-Medium";
|
|
src: url("fonts/EBGaramond-Medium.ttf");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Roboto-Medium";
|
|
src: url("fonts/Roboto-Medium.ttf");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "WFTF_custom-Regular";
|
|
src: url("fonts/WFTF_custom-Regular.otf");
|
|
}
|
|
|
|
*{
|
|
font-family: "EBGaramond-Medium";
|
|
}
|
|
|
|
body{
|
|
margin: 5vw 15vw;
|
|
}
|
|
|
|
body a{
|
|
text-decoration: none;}
|
|
|
|
h1{
|
|
font-size: 32px;
|
|
font-family: "WFTF_custom-Regular";}
|
|
|
|
h3{
|
|
font-size: 24px;
|
|
font-family: "Roboto-Medium";}
|
|
|
|
p{
|
|
font-size: 18px;}
|
|
|
|
span{
|
|
font-family: "Roboto-Medium";}
|
|
} |