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:
2020-01-08 16:02:47 +01:00
parent d55018f564
commit fce90c0b36
2 changed files with 3 additions and 1 deletions

View File

@@ -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 {