Skip to content

Commit 2fe23c7

Browse files
committed
Add Lato italic webfont; more space in <code> spans
1 parent d9d0730 commit 2fe23c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<script src="//cdnjs.cloudflare.com/ajax/libs/sigma.js/1.2.0/sigma.min.js" crossorigin="anonymous"></script>
1111
<script type="text/javascript" src="script.js"></script>
1212
<link rel="stylesheet" type="text/css" href="style.css">
13-
<link rel="stylesheet"type="text/css" href="https://fonts.googleapis.com/css?family=Lato:r,b">
13+
<link rel="stylesheet"type="text/css" href="https://fonts.googleapis.com/css?family=Lato:r,b,i">
1414
</head>
1515
<body>
1616
<div id="panels">

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
HTML,BODY { width: 100vw; height: 100vh; overflow: hidden; }
22
BODY { margin: 0; background-color: grey; font-family: 'Lato', sans-serif; }
3-
CODE { background-color: rgb(200,200,200); }
3+
CODE { background-color: rgb(200,200,200); padding: 0 2px; }
44
TABLE { margin-top: 1em; margin-bottom: 1em; border-collapse: collapse; }
55
TH, TD { border: solid #ccc 1px; padding: 0 3px; }
66
H1 { padding-bottom: 5px; border-bottom: solid #ccc 1px; }

0 commit comments

Comments
 (0)