Skip to content

Commit afd2000

Browse files
committed
Add ligatures setting
The ligatures setting for historical ligatures has been added to the CSS file. This modification enhances the typography of the project, providing a more sophisticated and visually appealing text display. By including font-variant-ligatures property with the value of 'historical-ligatures', the text now features ligatures that represent combined characters, improving the overall readability and aesthetic of the content.
1 parent 343070e commit afd2000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@page book:blank { @top-left { content: ""; } @top-right { content: ""; } }
1212

1313
* { margin: 0; padding: 0; }
14-
body { font-size: var(--size); text-align: justify; font-family: greek, mono, f1, f2; line-height: 1.2; }
14+
body { font-size: var(--size); text-align: justify; font-family: greek, mono, f1, f2; line-height: 1.2; font-variant-ligatures: historical-ligatures; }
1515
h1 { font-family: mono; font-weight: 600; font-size: 6vh; margin: 46vh 0; padding: 0; text-align: center; }
1616
info { display: flex; width: 100%; justify-content: space-between; }
1717
book { string-set: book attr(data-book); display: block; break-before: left; page: book; -prince-bookmark-level: 1; -prince-bookmark-label: attr(data-book); }

0 commit comments

Comments
 (0)