Swap fonts, adjust line height, add pre and code hover effects
This commit is contained in:
parent
c23d35217d
commit
6882600336
37 changed files with 239 additions and 120 deletions
|
|
@ -41,8 +41,8 @@ pub fn new(graph: Graph) -> Router {
|
|||
get(|| handlers::fixed::file("./static/fonts/sans", "")),
|
||||
)
|
||||
.route(
|
||||
"/static/fonts/didone",
|
||||
get(|| handlers::fixed::file("./static/fonts/didone", "")),
|
||||
"/static/fonts/serifed",
|
||||
get(|| handlers::fixed::file("./static/fonts/serifed", "")),
|
||||
)
|
||||
.route(
|
||||
"/static/fonts/mono",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue