mirror of
https://github.com/rm-dr/daisy
synced 2025-07-01 14:43:30 -07:00
Minor cleanup
This commit is contained in:
@ -2,13 +2,16 @@
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Daisy Web</title>
|
||||
<link rel="icon" href="resources/daisy-icon-light.svg" sizes="any" type="image/svg+xml">
|
||||
<link rel="preload" href="resources/Fantasque.ttf" as="font" type="font/ttf" crossorigin>
|
||||
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
|
||||
<link rel="stylesheet" href="node_modules/xterm/css/xterm.css" />
|
||||
<script src="node_modules/xterm/lib/xterm.js"></script>
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: Fantasque;
|
||||
src: url("resources/Fantasque Sans Mono Regular Nerd Font Complete Mono.ttf") format("opentype");
|
||||
src: url("resources/Fantasque.ttf") format("opentype");
|
||||
}
|
||||
|
||||
html, body {
|
||||
|
Reference in New Issue
Block a user