mirror of
https://github.com/mmalmi/mmalmi.github.io.git
synced 2025-06-20 06:25:13 +00:00
fonts
This commit is contained in:
parent
e00546aada
commit
41d29c1f0a
BIN
assets/fonts/LibreBaskerville-Bold.ttf
Normal file
BIN
assets/fonts/LibreBaskerville-Bold.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/LibreBaskerville-Italic.ttf
Normal file
BIN
assets/fonts/LibreBaskerville-Italic.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/LibreBaskerville-Regular.ttf
Normal file
BIN
assets/fonts/LibreBaskerville-Regular.ttf
Normal file
Binary file not shown.
@ -41,11 +41,29 @@
|
|||||||
url('../assets/fonts/Lato-900/Lato-900.woff') format('woff');
|
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";
|
@import "minima";
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: 'Lato';
|
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 {
|
.site-title {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user