16 lines
No EOL
195 B
CSS
16 lines
No EOL
195 B
CSS
h1, h2, h3, h4, h5, h6, p {
|
|
font-family: 'Inter';
|
|
}
|
|
|
|
h1 {
|
|
font-size: 16px;
|
|
}
|
|
|
|
p, ul, li {
|
|
font-size: 14px;
|
|
}
|
|
|
|
pre, code {
|
|
font-family: 'LigaLiberationMono';
|
|
font-size: 14px;
|
|
} |