blob: 898559baa37bd61f113bcb973d7cd14840098d75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font: 16px/2 sans-serif;
}
span {
font-family: Wingdings, sans-serif;
}
</style>
<body>
Trying the Wingdings font:
<span></span>
|