rust-lang / mdBook

Create book from markdown files. Like Gitbook but implemented in Rust
https://rust-lang.github.io/mdBook/
Mozilla Public License 2.0
17.2k stars 1.58k forks source link

Replace icon fonts with SVG #2394

Open notramo opened 1 month ago

notramo commented 1 month ago

Problem

Icon fonts have many problems. https://www.youtube.com/watch?v=9xXBYcWgCHA

Possible Solution(s)

FontAwesome, or custom SVG

mgeier commented 1 month ago

Related: #390, #1330.