build: move font generation to the main repo (#2837)

* build: move font generation to the main repo

* Update fonts

* chore: remove submodules

* Update paths

* Update fonts.yml

Co-authored-by: Kevin Barabash <kevinb@khanacademy.org>
This commit is contained in:
ylemkimon
2021-03-30 03:21:59 +09:00
committed by GitHub
parent 1643b5deb5
commit 266fcb046c
100 changed files with 6872 additions and 37 deletions

View File

@@ -2,7 +2,7 @@
id: font
title: Font
---
By changing the variables in the `fonts.less` file at the [katex-fonts submodule](https://github.com/KaTeX/katex-fonts/),
By changing the variables in the `src/fonts.less` file,
several properties of the way fonts are used can be changed.
## Font size and lengths

View File

@@ -24,9 +24,9 @@ yarn global add katex
### Building from Source
To build you will need Git, Node.js 10 or later, and Yarn.
Clone a copy of the GitHub source repository and its submodules:
Clone a copy of the GitHub source repository:
```bash
git clone --recursive https://github.com/KaTeX/KaTeX.git
git clone https://github.com/KaTeX/KaTeX.git
cd KaTeX
```