mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-07 20:28:38 +00:00
This reverts commit d93a958379
.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<title>Screenshotter test</title>
|
||||
<script src="katex.js" type="text/javascript"></script>
|
||||
<link href="katex.css" rel="stylesheet" type="text/css">
|
||||
<script src="../../katex.js" type="text/javascript"></script>
|
||||
<link href="../../katex.css" rel="stylesheet" type="text/css">
|
||||
<style type="text/css">
|
||||
#math, #pre, #post {
|
||||
font-size: 4em;
|
||||
@@ -13,11 +13,11 @@
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Mincho";
|
||||
src: url("/test/screenshotter/unicode-fonts/mincho/font_1_honokamin.ttf") format("truetype");
|
||||
src: url("unicode-fonts/mincho/font_1_honokamin.ttf") format("truetype");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Batang";
|
||||
src: url("/test/screenshotter/unicode-fonts/batang/batang.ttf") format("truetype");
|
||||
src: url("unicode-fonts/batang/batang.ttf") format("truetype");
|
||||
}
|
||||
.katex .cjk_fallback {
|
||||
font-family: "Mincho",serif;
|
||||
|
Reference in New Issue
Block a user