mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
Summary:
Also, rename all of our uses of fonts to use the uppercased versions. We want to
use the uppercase versions because it makes updating and modifying the fonts
much easier (since the font names inside the actual font files are uppercased).
Test Plan:
- Make sure the huxley screenshots look good (You can compare a diff of them
on github at
f90d093361
By my eye, it seems like some things have moved up ~1/2 pixel, and some of
the fonts have maybe slightly changed shape, like the large `b` in
SizingBaseline)
Reviewers: alpert
Reviewed By: alpert
Differential Revision: http://phabricator.khanacademy.org/D11979
240 lines
7.8 KiB
CSS
240 lines
7.8 KiB
CSS
@font-face {
|
|
font-family: 'KaTeX_AMS';
|
|
src: url('KaTeX_AMS-Regular.eot');
|
|
src: url('KaTeX_AMS-Regular.eot?#iefix') format('embedded-opentype'),
|
|
url('KaTeX_AMS-Regular.woff') format('woff'),
|
|
url('KaTeX_AMS-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'KaTeX_Caligraphic';
|
|
src: url('KaTeX_Caligraphic-Bold.eot');
|
|
src: url('KaTeX_Caligraphic-Bold.eot?#iefix') format('embedded-opentype'),
|
|
url('KaTeX_Caligraphic-Bold.woff') format('woff'),
|
|
url('KaTeX_Caligraphic-Bold.ttf') format('truetype');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'KaTeX_Caligraphic';
|
|
src: url('KaTeX_Caligraphic-Regular.eot');
|
|
src: url('KaTeX_Caligraphic-Regular.eot?#iefix') format('embedded-opentype'),
|
|
url('KaTeX_Caligraphic-Regular.woff') format('woff'),
|
|
url('KaTeX_Caligraphic-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'KaTeX_Fraktur';
|
|
src: url('KaTeX_Fraktur-Bold.eot');
|
|
src: url('KaTeX_Fraktur-Bold.eot?#iefix') format('embedded-opentype'),
|
|
url('KaTeX_Fraktur-Bold.woff') format('woff'),
|
|
url('KaTeX_Fraktur-Bold.ttf') format('truetype');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'KaTeX_Fraktur';
|
|
src: url('KaTeX_Fraktur-Regular.eot');
|
|
src: url('KaTeX_Fraktur-Regular.eot?#iefix') format('embedded-opentype'),
|
|
url('KaTeX_Fraktur-Regular.woff') format('woff'),
|
|
url('KaTeX_Fraktur-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'KaTeX_Greek';
|
|
src: url('KaTeX_Greek-Bold.eot');
|
|
src: url('KaTeX_Greek-Bold.eot?#iefix') format('embedded-opentype'),
|
|
url('KaTeX_Greek-Bold.woff') format('woff'),
|
|
url('KaTeX_Greek-Bold.ttf') format('truetype');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'KaTeX_Greek';
|
|
src: url('KaTeX_Greek-BoldItalic.eot');
|
|
src: url('KaTeX_Greek-BoldItalic.eot?#iefix') format('embedded-opentype'),
|
|
url('KaTeX_Greek-BoldItalic.woff') format('woff'),
|
|
url('KaTeX_Greek-BoldItalic.ttf') format('truetype');
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'KaTeX_Greek';
|
|
src: url('KaTeX_Greek-Italic.eot');
|
|
src: url('KaTeX_Greek-Italic.eot?#iefix') format('embedded-opentype'),
|
|
url('KaTeX_Greek-Italic.woff') format('woff'),
|
|
url('KaTeX_Greek-Italic.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'KaTeX_Greek';
|
|
src: url('KaTeX_Greek-Regular.eot');
|
|
src: url('KaTeX_Greek-Regular.eot?#iefix') format('embedded-opentype'),
|
|
url('KaTeX_Greek-Regular.woff') format('woff'),
|
|
url('KaTeX_Greek-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'KaTeX_Main';
|
|
src: url('KaTeX_Main-Bold.eot');
|
|
src: url('KaTeX_Main-Bold.eot?#iefix') format('embedded-opentype'),
|
|
url('KaTeX_Main-Bold.woff') format('woff'),
|
|
url('KaTeX_Main-Bold.ttf') format('truetype');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'KaTeX_Main';
|
|
src: url('KaTeX_Main-Italic.eot');
|
|
src: url('KaTeX_Main-Italic.eot?#iefix') format('embedded-opentype'),
|
|
url('KaTeX_Main-Italic.woff') format('woff'),
|
|
url('KaTeX_Main-Italic.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'KaTeX_Main';
|
|
src: url('KaTeX_Main-Regular.eot');
|
|
src: url('KaTeX_Main-Regular.eot?#iefix') format('embedded-opentype'),
|
|
url('KaTeX_Main-Regular.woff') format('woff'),
|
|
url('KaTeX_Main-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'KaTeX_Math';
|
|
src: url('KaTeX_Math-BoldItalic.eot');
|
|
src: url('KaTeX_Math-BoldItalic.eot?#iefix') format('embedded-opentype'),
|
|
url('KaTeX_Math-BoldItalic.woff') format('woff'),
|
|
url('KaTeX_Math-BoldItalic.ttf') format('truetype');
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'KaTeX_Math';
|
|
src: url('KaTeX_Math-Italic.eot');
|
|
src: url('KaTeX_Math-Italic.eot?#iefix') format('embedded-opentype'),
|
|
url('KaTeX_Math-Italic.woff') format('woff'),
|
|
url('KaTeX_Math-Italic.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'KaTeX_Math';
|
|
src: url('KaTeX_Math-Regular.eot');
|
|
src: url('KaTeX_Math-Regular.eot?#iefix') format('embedded-opentype'),
|
|
url('KaTeX_Math-Regular.woff') format('woff'),
|
|
url('KaTeX_Math-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'KaTeX_SansSerif';
|
|
src: url('KaTeX_SansSerif-Bold.eot');
|
|
src: url('KaTeX_SansSerif-Bold.eot?#iefix') format('embedded-opentype'),
|
|
url('KaTeX_SansSerif-Bold.woff') format('woff'),
|
|
url('KaTeX_SansSerif-Bold.ttf') format('truetype');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'KaTeX_SansSerif';
|
|
src: url('KaTeX_SansSerif-Italic.eot');
|
|
src: url('KaTeX_SansSerif-Italic.eot?#iefix') format('embedded-opentype'),
|
|
url('KaTeX_SansSerif-Italic.woff') format('woff'),
|
|
url('KaTeX_SansSerif-Italic.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'KaTeX_SansSerif';
|
|
src: url('KaTeX_SansSerif-Regular.eot');
|
|
src: url('KaTeX_SansSerif-Regular.eot?#iefix') format('embedded-opentype'),
|
|
url('KaTeX_SansSerif-Regular.woff') format('woff'),
|
|
url('KaTeX_SansSerif-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'KaTeX_Script';
|
|
src: url('KaTeX_Script-Regular.eot');
|
|
src: url('KaTeX_Script-Regular.eot?#iefix') format('embedded-opentype'),
|
|
url('KaTeX_Script-Regular.woff') format('woff'),
|
|
url('KaTeX_Script-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'KaTeX_Size1';
|
|
src: url('KaTeX_Size1-Regular.eot');
|
|
src: url('KaTeX_Size1-Regular.eot?#iefix') format('embedded-opentype'),
|
|
url('KaTeX_Size1-Regular.woff') format('woff'),
|
|
url('KaTeX_Size1-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'KaTeX_Size2';
|
|
src: url('KaTeX_Size2-Regular.eot');
|
|
src: url('KaTeX_Size2-Regular.eot?#iefix') format('embedded-opentype'),
|
|
url('KaTeX_Size2-Regular.woff') format('woff'),
|
|
url('KaTeX_Size2-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'KaTeX_Size3';
|
|
src: url('KaTeX_Size3-Regular.eot');
|
|
src: url('KaTeX_Size3-Regular.eot?#iefix') format('embedded-opentype'),
|
|
url('KaTeX_Size3-Regular.woff') format('woff'),
|
|
url('KaTeX_Size3-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'KaTeX_Size4';
|
|
src: url('KaTeX_Size4-Regular.eot');
|
|
src: url('KaTeX_Size4-Regular.eot?#iefix') format('embedded-opentype'),
|
|
url('KaTeX_Size4-Regular.woff') format('woff'),
|
|
url('KaTeX_Size4-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'KaTeX_Typewriter';
|
|
src: url('KaTeX_Typewriter-Regular.eot');
|
|
src: url('KaTeX_Typewriter-Regular.eot?#iefix') format('embedded-opentype'),
|
|
url('KaTeX_Typewriter-Regular.woff') format('woff'),
|
|
url('KaTeX_Typewriter-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|