-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (35 loc) · 979 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="heuristica.css">
</head>
<style>
body{
font-family: sans-serif;
}
div{
font-family:heuristica;
font-size: 60px;
}
</style>
<body>
<div>
something heuristica
</div>
<div style="font-style:italic">
something heuristica
</div>
<div style='font-weight:bold'>
something heuristica
</div>
<div style='font-style:italic; font-weight:bold'>
something heuristica
</div>
<p>
Heuristica is a beautiful, modern serif font created by Andrey V. Panov. I downloaded the .otf files from https://www.fontsquirrel.com/fonts/heuristica and then uploaded them here. The four fonts in this family (regular, bold, italic, and bolditalic) can be accessed by linking to mikjakrych.github.io/heuristica/heuristica.css.
</p>
<a href="SIL Open Font License.txt">license</a>
</body>
</html>