Move the fonts back to html and not css, don't seem to be working otherwise
This commit is contained in:
parent
34e7f5aa95
commit
50efb36dba
3 changed files with 3 additions and 4 deletions
|
@ -6,9 +6,10 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<meta charset="UTF-8">
|
||||
|
||||
<!-- Stylesheets and favicon-->
|
||||
<!-- Stylesheets, fonts, and favicon-->
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<link rel="stylesheet" href="/sidebar.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono">
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
|
||||
<!-- Page preview -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue