Add fluent Cantonese

This commit is contained in:
2025-10-18 13:26:42 -04:00
parent a79df8c121
commit 19908428be
2 changed files with 21 additions and 4 deletions

View File

@@ -752,6 +752,8 @@ header {// {{{
&.letter {
margin-top: 2em;
margin-left: 2em;
margin-right: 2em;
line-height: 1.5em;
img {
@@ -766,6 +768,8 @@ header {// {{{
p {
margin-bottom: 1em;
font-size: 25px;
line-height: 1.5em;
}
.no-line-spacing {
@@ -1192,3 +1196,8 @@ pre { background: #2d2d2d; color: #f2f0ec }
// }}} Pygments //
@media print {
.resume, body { font-size: 13pt; line-height: 1.5; }
.resume li { margin-bottom: 2pt !important; }
.resume h2, .resume .section__title { margin: 6pt 0 2pt !important; }
}