We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 167fbbc commit 1c3fc9dCopy full SHA for 1c3fc9d
src/librustdoc/html/static/css/rustdoc.css
@@ -1,3 +1,11 @@
1
+/* When static files are updated, their suffixes need to be updated.
2
+ 1. In the top directory run:
3
+ ./x.py doc --stage 1 library/core
4
+ 2. Find the directory containing files named with updated suffixes:
5
+ find build -path '*'/stage1-std/'*'/static.files
6
+ 3. Copy the filenames with updated suffixes from the directory.
7
+*/
8
+
9
/* See FiraSans-LICENSE.txt for the Fira Sans license. */
10
@font-face {
11
font-family: 'Fira Sans';
0 commit comments