This commit is contained in:
Martti Malmi 2020-10-23 13:10:54 +03:00
parent e00546aada
commit 41d29c1f0a
4 changed files with 19 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -41,11 +41,29 @@
url('../assets/fonts/Lato-900/Lato-900.woff') format('woff');
}
@font-face {
font-family: 'Libre Baskerville';
font-weight: 300;
font-style: normal;
src: local('Libre Baskerville'),
url('../assets/fonts/LibreBaskerville-Regular.ttf') format('ttf'),
}
@import "minima";
body {
font-family: 'Lato';
font-size: 17px;
}
blockquote {
font-size: 24px;
}
main {
font-family: 'Libre Baskerville';
letter-spacing: -0.003em;
font-size: 21px;
line-height: 32px;
}
.site-title {