You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
400 B
CSS
32 lines
400 B
CSS
body {
|
|
font-family: Eurostile;
|
|
}
|
|
|
|
ul {
|
|
list-style-type: none;
|
|
padding: 0 0;
|
|
margin-bottom: 1cm;
|
|
}
|
|
|
|
dfn, samp, dd {
|
|
text-align: center;
|
|
}
|
|
|
|
mark {
|
|
background: yellow;
|
|
display: block;
|
|
clear:both;
|
|
padding-left: 0.5cm;
|
|
font-family: DuctusRegular;
|
|
}
|
|
h1{
|
|
font-family: DuctusRegular;
|
|
}
|
|
|
|
code {
|
|
font-family: monospace;
|
|
}
|
|
|
|
p {
|
|
font-family:CascadiaCode_VTT;
|
|
} |