mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-12 22:48:41 +00:00
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:
@@ -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
|
||||
|
@@ -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
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user