Files
notesnook/packages/editor/styles/katex-fonts.mobile.css
2022-07-12 13:45:18 +05:00

121 lines
2.9 KiB
CSS

@font-face {
font-family: KaTeX_AMS;
font-style: normal;
font-weight: 400;
src: url(fonts/KaTeX_AMS-Regular.ttf) format("truetype");
}
@font-face {
font-family: KaTeX_Caligraphic;
font-style: normal;
font-weight: 700;
src: url(fonts/KaTeX_Caligraphic-Bold.ttf) format("truetype");
}
@font-face {
font-family: KaTeX_Caligraphic;
font-style: normal;
font-weight: 400;
src: url(fonts/KaTeX_Caligraphic-Regular.ttf) format("truetype");
}
@font-face {
font-family: KaTeX_Fraktur;
font-style: normal;
font-weight: 700;
src: url(fonts/KaTeX_Fraktur-Bold.ttf) format("truetype");
}
@font-face {
font-family: KaTeX_Fraktur;
font-style: normal;
font-weight: 400;
src: url(fonts/KaTeX_Fraktur-Regular.ttf) format("truetype");
}
@font-face {
font-family: KaTeX_Main;
font-style: normal;
font-weight: 700;
src: url(fonts/KaTeX_Main-Bold.ttf) format("truetype");
}
@font-face {
font-family: KaTeX_Main;
font-style: italic;
font-weight: 700;
src: url(fonts/KaTeX_Main-BoldItalic.ttf) format("truetype");
}
@font-face {
font-family: KaTeX_Main;
font-style: italic;
font-weight: 400;
src: url(fonts/KaTeX_Main-Italic.ttf) format("truetype");
}
@font-face {
font-family: KaTeX_Main;
font-style: normal;
font-weight: 400;
src: url(fonts/KaTeX_Main-Regular.ttf) format("truetype");
}
@font-face {
font-family: KaTeX_Math;
font-style: italic;
font-weight: 700;
src: url(fonts/KaTeX_Math-BoldItalic.ttf) format("truetype");
}
@font-face {
font-family: KaTeX_Math;
font-style: italic;
font-weight: 400;
src: url(fonts/KaTeX_Math-Italic.ttf) format("truetype");
}
@font-face {
font-family: "KaTeX_SansSerif";
font-style: normal;
font-weight: 700;
src: url(fonts/KaTeX_SansSerif-Bold.ttf) format("truetype");
}
@font-face {
font-family: "KaTeX_SansSerif";
font-style: italic;
font-weight: 400;
src: url(fonts/KaTeX_SansSerif-Italic.ttf) format("truetype");
}
@font-face {
font-family: "KaTeX_SansSerif";
font-style: normal;
font-weight: 400;
src: url(fonts/KaTeX_SansSerif-Regular.ttf) format("truetype");
}
@font-face {
font-family: KaTeX_Script;
font-style: normal;
font-weight: 400;
src: url(fonts/KaTeX_Script-Regular.ttf) format("truetype");
}
@font-face {
font-family: KaTeX_Size1;
font-style: normal;
font-weight: 400;
src: url(fonts/KaTeX_Size1-Regular.ttf) format("truetype");
}
@font-face {
font-family: KaTeX_Size2;
font-style: normal;
font-weight: 400;
src: url(fonts/KaTeX_Size2-Regular.ttf) format("truetype");
}
@font-face {
font-family: KaTeX_Size3;
font-style: normal;
font-weight: 400;
src: url(fonts/KaTeX_Size3-Regular.ttf) format("truetype");
}
@font-face {
font-family: KaTeX_Size4;
font-style: normal;
font-weight: 400;
src: url(fonts/KaTeX_Size4-Regular.ttf) format("truetype");
}
@font-face {
font-family: KaTeX_Typewriter;
font-style: normal;
font-weight: 400;
src: url(fonts/KaTeX_Typewriter-Regular.ttf) format("truetype");
}