blob: f3dd3e68bda6084a308f6d8a700b31c80e1c7b6b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!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>abcdef 12345</span>
|