|
|
|
@font-face {
|
|
|
|
font-family: DuctusRegular;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
src: url("../fonts/DuctusRegular.otf");
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: "CascadiaCode VTT";
|
|
|
|
font-weight: normal;
|
|
|
|
src: url("../fonts/CascadiaCode-Light.ttf");
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "CascadiaCode VTT";
|
|
|
|
font-weight: bold;
|
|
|
|
src: url("../fonts/CascadiaCode-Bold.ttf");
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
font-family: "CascadiaCode VTT";
|
|
|
|
}
|
|
|
|
|
|
|
|
article {
|
|
|
|
margin: 1cm .5cm;
|
|
|
|
page-break-after: always;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
list-style-type: none;
|
|
|
|
padding: 0 0;
|
|
|
|
margin-bottom: 1cm;
|
|
|
|
}
|
|
|
|
|
|
|
|
dfn,
|
|
|
|
samp,
|
|
|
|
dd {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
mark {
|
|
|
|
background: yellow;
|
|
|
|
display: block;
|
|
|
|
padding-left: 0.5cm;
|
|
|
|
font-family: "DuctusRegular";
|
|
|
|
margin-bottom: 1cm;
|
|
|
|
margin-right: 1cm;
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
|
|
|
font-family: "DuctusRegular";
|
|
|
|
text-align: left;
|
|
|
|
text-justify: none;
|
|
|
|
font-size: 20pt;
|
|
|
|
}
|
|
|
|
p{
|
|
|
|
margin-bottom: 1cm;
|
|
|
|
font-family: "CascadiaCode VTT";
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|