Fixed issues with CSS and LaTeX
Font was loaded from a relative path, now absolute path. The typographic apostrophe used in LaTeX source code doesn’t translate well to PDF, so I made sure every typographic apostrophe gets translated to a regular one so LaTeX isn’t panicking.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
@font-face {
|
||||
font-family: "DoulosSIL";
|
||||
font-display: swap;
|
||||
src: url("../fonts/DoulosSIL-R.woff");
|
||||
src: url("https://langue.phundrak.com/fonts/DoulosSIL-R.woff");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
||||
Reference in New Issue
Block a user