mirror of
https://github.com/janeczku/calibre-web
synced 2024-10-31 15:20:28 +00:00
16 lines
261 B
CSS
16 lines
261 B
CSS
@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700);
|
|
|
|
|
|
body{
|
|
color: #444;
|
|
line-height: 21px;
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6{
|
|
font-family: 'Libre Baskerville';
|
|
color: #45b29d !important;
|
|
font-size: 20px !important;
|
|
}
|