Skip to content

Commit

Permalink
fix font path
Browse files Browse the repository at this point in the history
  • Loading branch information
namachan10777 committed Jun 17, 2024
1 parent a821112 commit 2cbcc38
Showing 1 changed file with 60 additions and 60 deletions.
120 changes: 60 additions & 60 deletions src/layouts/katex.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,180 +2,180 @@
@font-face {
font-family: "KaTeX_AMS";
src:
url(fonts/KaTeX_AMS-Regular.woff2) format("woff2"),
url(fonts/KaTeX_AMS-Regular.woff) format("woff"),
url(fonts/KaTeX_AMS-Regular.ttf) format("truetype");
url(/fonts/KaTeX_AMS-Regular.woff2) format("woff2"),
url(/fonts/KaTeX_AMS-Regular.woff) format("woff"),
url(/fonts/KaTeX_AMS-Regular.ttf) format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Caligraphic";
src:
url(fonts/KaTeX_Caligraphic-Bold.woff2) format("woff2"),
url(fonts/KaTeX_Caligraphic-Bold.woff) format("woff"),
url(fonts/KaTeX_Caligraphic-Bold.ttf) format("truetype");
url(/fonts/KaTeX_Caligraphic-Bold.woff2) format("woff2"),
url(/fonts/KaTeX_Caligraphic-Bold.woff) format("woff"),
url(/fonts/KaTeX_Caligraphic-Bold.ttf) format("truetype");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Caligraphic";
src:
url(fonts/KaTeX_Caligraphic-Regular.woff2) format("woff2"),
url(fonts/KaTeX_Caligraphic-Regular.woff) format("woff"),
url(fonts/KaTeX_Caligraphic-Regular.ttf) format("truetype");
url(/fonts/KaTeX_Caligraphic-Regular.woff2) format("woff2"),
url(/fonts/KaTeX_Caligraphic-Regular.woff) format("woff"),
url(/fonts/KaTeX_Caligraphic-Regular.ttf) format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Fraktur";
src:
url(fonts/KaTeX_Fraktur-Bold.woff2) format("woff2"),
url(fonts/KaTeX_Fraktur-Bold.woff) format("woff"),
url(fonts/KaTeX_Fraktur-Bold.ttf) format("truetype");
url(/fonts/KaTeX_Fraktur-Bold.woff2) format("woff2"),
url(/fonts/KaTeX_Fraktur-Bold.woff) format("woff"),
url(/fonts/KaTeX_Fraktur-Bold.ttf) format("truetype");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Fraktur";
src:
url(fonts/KaTeX_Fraktur-Regular.woff2) format("woff2"),
url(fonts/KaTeX_Fraktur-Regular.woff) format("woff"),
url(fonts/KaTeX_Fraktur-Regular.ttf) format("truetype");
url(/fonts/KaTeX_Fraktur-Regular.woff2) format("woff2"),
url(/fonts/KaTeX_Fraktur-Regular.woff) format("woff"),
url(/fonts/KaTeX_Fraktur-Regular.ttf) format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Main";
src:
url(fonts/KaTeX_Main-Bold.woff2) format("woff2"),
url(fonts/KaTeX_Main-Bold.woff) format("woff"),
url(fonts/KaTeX_Main-Bold.ttf) format("truetype");
url(/fonts/KaTeX_Main-Bold.woff2) format("woff2"),
url(/fonts/KaTeX_Main-Bold.woff) format("woff"),
url(/fonts/KaTeX_Main-Bold.ttf) format("truetype");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Main";
src:
url(fonts/KaTeX_Main-BoldItalic.woff2) format("woff2"),
url(fonts/KaTeX_Main-BoldItalic.woff) format("woff"),
url(fonts/KaTeX_Main-BoldItalic.ttf) format("truetype");
url(/fonts/KaTeX_Main-BoldItalic.woff2) format("woff2"),
url(/fonts/KaTeX_Main-BoldItalic.woff) format("woff"),
url(/fonts/KaTeX_Main-BoldItalic.ttf) format("truetype");
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: "KaTeX_Main";
src:
url(fonts/KaTeX_Main-Italic.woff2) format("woff2"),
url(fonts/KaTeX_Main-Italic.woff) format("woff"),
url(fonts/KaTeX_Main-Italic.ttf) format("truetype");
url(/fonts/KaTeX_Main-Italic.woff2) format("woff2"),
url(/fonts/KaTeX_Main-Italic.woff) format("woff"),
url(/fonts/KaTeX_Main-Italic.ttf) format("truetype");
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: "KaTeX_Main";
src:
url(fonts/KaTeX_Main-Regular.woff2) format("woff2"),
url(fonts/KaTeX_Main-Regular.woff) format("woff"),
url(fonts/KaTeX_Main-Regular.ttf) format("truetype");
url(/fonts/KaTeX_Main-Regular.woff2) format("woff2"),
url(/fonts/KaTeX_Main-Regular.woff) format("woff"),
url(/fonts/KaTeX_Main-Regular.ttf) format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Math";
src:
url(fonts/KaTeX_Math-BoldItalic.woff2) format("woff2"),
url(fonts/KaTeX_Math-BoldItalic.woff) format("woff"),
url(fonts/KaTeX_Math-BoldItalic.ttf) format("truetype");
url(/fonts/KaTeX_Math-BoldItalic.woff2) format("woff2"),
url(/fonts/KaTeX_Math-BoldItalic.woff) format("woff"),
url(/fonts/KaTeX_Math-BoldItalic.ttf) format("truetype");
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: "KaTeX_Math";
src:
url(fonts/KaTeX_Math-Italic.woff2) format("woff2"),
url(fonts/KaTeX_Math-Italic.woff) format("woff"),
url(fonts/KaTeX_Math-Italic.ttf) format("truetype");
url(/fonts/KaTeX_Math-Italic.woff2) format("woff2"),
url(/fonts/KaTeX_Math-Italic.woff) format("woff"),
url(/fonts/KaTeX_Math-Italic.ttf) format("truetype");
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: "KaTeX_SansSerif";
src:
url(fonts/KaTeX_SansSerif-Bold.woff2) format("woff2"),
url(fonts/KaTeX_SansSerif-Bold.woff) format("woff"),
url(fonts/KaTeX_SansSerif-Bold.ttf) format("truetype");
url(/fonts/KaTeX_SansSerif-Bold.woff2) format("woff2"),
url(/fonts/KaTeX_SansSerif-Bold.woff) format("woff"),
url(/fonts/KaTeX_SansSerif-Bold.ttf) format("truetype");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "KaTeX_SansSerif";
src:
url(fonts/KaTeX_SansSerif-Italic.woff2) format("woff2"),
url(fonts/KaTeX_SansSerif-Italic.woff) format("woff"),
url(fonts/KaTeX_SansSerif-Italic.ttf) format("truetype");
url(/fonts/KaTeX_SansSerif-Italic.woff2) format("woff2"),
url(/fonts/KaTeX_SansSerif-Italic.woff) format("woff"),
url(/fonts/KaTeX_SansSerif-Italic.ttf) format("truetype");
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: "KaTeX_SansSerif";
src:
url(fonts/KaTeX_SansSerif-Regular.woff2) format("woff2"),
url(fonts/KaTeX_SansSerif-Regular.woff) format("woff"),
url(fonts/KaTeX_SansSerif-Regular.ttf) format("truetype");
url(/fonts/KaTeX_SansSerif-Regular.woff2) format("woff2"),
url(/fonts/KaTeX_SansSerif-Regular.woff) format("woff"),
url(/fonts/KaTeX_SansSerif-Regular.ttf) format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Script";
src:
url(fonts/KaTeX_Script-Regular.woff2) format("woff2"),
url(fonts/KaTeX_Script-Regular.woff) format("woff"),
url(fonts/KaTeX_Script-Regular.ttf) format("truetype");
url(/fonts/KaTeX_Script-Regular.woff2) format("woff2"),
url(/fonts/KaTeX_Script-Regular.woff) format("woff"),
url(/fonts/KaTeX_Script-Regular.ttf) format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Size1";
src:
url(fonts/KaTeX_Size1-Regular.woff2) format("woff2"),
url(fonts/KaTeX_Size1-Regular.woff) format("woff"),
url(fonts/KaTeX_Size1-Regular.ttf) format("truetype");
url(/fonts/KaTeX_Size1-Regular.woff2) format("woff2"),
url(/fonts/KaTeX_Size1-Regular.woff) format("woff"),
url(/fonts/KaTeX_Size1-Regular.ttf) format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Size2";
src:
url(fonts/KaTeX_Size2-Regular.woff2) format("woff2"),
url(fonts/KaTeX_Size2-Regular.woff) format("woff"),
url(fonts/KaTeX_Size2-Regular.ttf) format("truetype");
url(/fonts/KaTeX_Size2-Regular.woff2) format("woff2"),
url(/fonts/KaTeX_Size2-Regular.woff) format("woff"),
url(/fonts/KaTeX_Size2-Regular.ttf) format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Size3";
src:
url(fonts/KaTeX_Size3-Regular.woff2) format("woff2"),
url(fonts/KaTeX_Size3-Regular.woff) format("woff"),
url(fonts/KaTeX_Size3-Regular.ttf) format("truetype");
url(/fonts/KaTeX_Size3-Regular.woff2) format("woff2"),
url(/fonts/KaTeX_Size3-Regular.woff) format("woff"),
url(/fonts/KaTeX_Size3-Regular.ttf) format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Size4";
src:
url(fonts/KaTeX_Size4-Regular.woff2) format("woff2"),
url(fonts/KaTeX_Size4-Regular.woff) format("woff"),
url(fonts/KaTeX_Size4-Regular.ttf) format("truetype");
url(/fonts/KaTeX_Size4-Regular.woff2) format("woff2"),
url(/fonts/KaTeX_Size4-Regular.woff) format("woff"),
url(/fonts/KaTeX_Size4-Regular.ttf) format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "KaTeX_Typewriter";
src:
url(fonts/KaTeX_Typewriter-Regular.woff2) format("woff2"),
url(fonts/KaTeX_Typewriter-Regular.woff) format("woff"),
url(fonts/KaTeX_Typewriter-Regular.ttf) format("truetype");
url(/fonts/KaTeX_Typewriter-Regular.woff2) format("woff2"),
url(/fonts/KaTeX_Typewriter-Regular.woff) format("woff"),
url(/fonts/KaTeX_Typewriter-Regular.ttf) format("truetype");
font-weight: normal;
font-style: normal;
}
Expand Down

0 comments on commit 2cbcc38

Please sign in to comment.