Skip to content

Commit 96ac057

Browse files
committed
Enable Lato
1 parent 44ec75f commit 96ac057

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<meta charset="utf-8">
55
<title>robots-from-jupyter</title>
66
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" />
7-
</head>
8-
<style>
7+
<style>
98
body {
109
position: absolute;
1110
top: 0;
@@ -20,7 +19,7 @@
2019

2120
background: #f46524;
2221
color: white;
23-
font-family: sans-serif;
22+
font-family: "Lato", sans-serif;
2423
}
2524
a {
2625
color: white;
@@ -29,7 +28,8 @@
2928
color: white;
3029
text-decoration: none;
3130
}
32-
</style>
31+
</style>
32+
</head>
3333
<body style="">
3434
<h1>robots-from-jupyter.github.io</h1>
3535
<h1><a href="RobotLab-Workshop_2019-01-16.pdf">Workshop 16.1.2019</a></h1>

0 commit comments

Comments
 (0)