freyjaskiss.com/static/css/custom.css

109 lines
1.7 KiB
CSS
Raw Normal View History

2023-08-31 02:29:40 +00:00
@font-face {
font-family: "Playfair Display";
src: url("playfair/PlayfairDisplay-Regular.ttf");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Playfair Display";
src: url("playfair/PlayfairDisplay-SemiBold.ttf");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "Playfair Display";
src: url("playfair/PlayfairDisplay-Italic.ttf");
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: "Playfair Display";
src: url("playfair/PlayfairDisplay-SemiBoldItalic.ttf");
font-weight: bold;
font-style: italic;
}
2023-08-31 02:48:37 +00:00
@font-face {
font-family: "Lato";
src: url("lato/Lato-Black.ttf");
font-weight: normal;
font-style: normal;
}
2023-08-30 23:30:57 +00:00
body {
font-size: 1.1em;
}
2023-08-31 03:21:35 +00:00
figure {
margin-left: 25px;
margin-right: 25px;
}
2023-08-30 23:30:57 +00:00
figcaption {
font-size: 0.9em;
}
.list__title {
font-family: "Playfair Display";
font-size: 1.7em;
}
.list__title .href {
color: black;
}
2023-08-31 02:29:40 +00:00
.logo {
font-family: "Playfair Display", Georgia, serif;
text-align: center;
padding-bottom: 100px;
}
.logo__title {
font-size: 2.35em;
text-transform: none;
}
.logo__tagline {
border: none;
text-transform: none;
font-style: italic;
font-weight: normal;
color: black;
font-size: 1.1em;
line-height: 120%;
}
.widget__title {
font-family: Lato;
padding-bottom: 3px;
border-bottom-width: 1px;
display: inline-block;
}
2023-08-31 02:48:37 +00:00
.main__title {
text-transform: uppercase;
margin-bottom: 50px;
font-size: 2em;
}
2023-08-31 02:29:40 +00:00
.divider {
background-color: lightgrey;
height: 1px;
}
.btn {
font-family: Lato;
background-color: #dddddd;
color: #444444;
}
2023-08-31 15:06:50 +00:00
blockquote {
border: none;
background-color: #f4f4f4;
margin-left: 25px;
margin-right: 25px;
}