tldr/scripts/pdf/basic.css

35 lines
447 B
CSS
Raw Normal View History

@font-face {
2019-12-17 20:25:52 +00:00
font-family: "PT Serif";
src: url("pt-serif-web-regular.ttf") format("truetype");
}
p {
2019-12-17 20:25:52 +00:00
margin-left: 2.5em;
}
code {
2019-12-17 20:25:52 +00:00
color: darkslategrey;
}
2019-12-17 20:25:52 +00:00
h1, h2, h4, ul {
font-family: "PT Serif";
}
2019-12-17 20:25:52 +00:00
.title-main {
text-align: center;
margin-top: 6em;
font-size: 350%;
}
2019-12-17 20:25:52 +00:00
.title-sub {
text-align: center;
font-size: 120%;
color: darkslategrey;
}
2019-12-17 20:25:52 +00:00
.title-dir {
text-align: center;
margin-top: 8.2em;
font-size: 300%;
}