about summary refs log tree commit diff
path: root/src/librustdoc/html/static/FiraSans-Regular.woff
AgeCommit message (Collapse)AuthorLines
2021-07-07Clean up rustdoc static filesGuillaume Gomez-0/+0
2019-04-20Update Fira Sans to version 4.202Manish Goregaokar-0/+0
From https://github.com/mozilla/Fira
2014-05-03rustdoc: Fix inclusion of the new fontsAlex Crichton-0/+0
These fonts were moved into place by rust's makefiles, but rustdoc is widely used outside of rustc itself. This moves the fonts into the rustdoc binary, similarly to the other static assets, and writes them to the output location whenever rustdoc generates documentation. Closes #13593 Closes #13787