Last change
on this file since 018c029 was 018c029, checked in by Thomas Lopatic <thomas@…>, 6 years ago |
Create web fonts.
|
-
Property mode
set to
100644
|
File size:
2.3 KB
|
Rev | Line | |
---|
[018c029] | 1 | <!DOCTYPE html>
|
---|
| 2 | <html lang="en">
|
---|
| 3 | <head>
|
---|
| 4 | <meta charset="utf-8">
|
---|
| 5 | <title>Font</title>
|
---|
| 6 | <style type="text/css">
|
---|
| 7 | @font-face {
|
---|
| 8 | font-family: "buchla";
|
---|
| 9 | src: url("buchla.woff") format("woff"),
|
---|
| 10 | url("buchla.eot") format("embedded-opentype"),
|
---|
| 11 | url("buchla.ttf") format("truetype")
|
---|
| 12 | }
|
---|
| 13 |
|
---|
| 14 | body {
|
---|
| 15 | font-family: "buchla";
|
---|
| 16 | font-size: 24px;
|
---|
| 17 | }
|
---|
| 18 | </style>
|
---|
| 19 | </head>
|
---|
| 20 | <body>
|
---|
| 21 | <p>
|
---|
| 22 | A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
|
---|
| 23 | </p>
|
---|
| 24 | <p>
|
---|
| 25 | a b c d e f g h i j k l m n o p q r s t u v w x y z
|
---|
| 26 | </p>
|
---|
| 27 | <p>
|
---|
| 28 | 0 1 2 3 4 5 6 7 8 9
|
---|
| 29 | </p>
|
---|
| 30 | <p>
|
---|
| 31 | ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
|
---|
| 32 | </p>
|
---|
| 33 | <p>
|
---|
| 34 | ⠠
|
---|
| 35 | <p>
|
---|
| 36 | ⠁ ⠂ ⠃ ⠄ ⠅ ⠆ ⠇ ⠈ ⠉ ⠊ ⠋ ⠌
|
---|
| 37 | </p>
|
---|
| 38 | <p>
|
---|
| 39 | ⡁ ⡂ ⡃ ⡄ ⡅ ⡇ ⡉ ⡊ ⡋ ⡌ ⡍ ⡎ ⡏
|
---|
| 40 | </p>
|
---|
| 41 | <p>
|
---|
| 42 | ⠍⠎⠏ ⠡⠢⠣⠤ ⠥⠦⠧⠨ ⠩⠪⠫⠬ ⠭⠮⠯⠰
|
---|
| 43 | </p>
|
---|
| 44 | <p>
|
---|
| 45 | ⠱⠲⠳⠴ ⠵⠶⠷⠸ ⠹⠺⠻⠼ ⠽⠾⠿⡀
|
---|
| 46 | </p>
|
---|
| 47 | <p>
|
---|
| 48 | ⠐ ⠑ ⠒ ⠓ ⠔ ⠕ ⠖ ⠗ ⠘ ⠙ ⠚ ⠛ ⠜ ⠝ ⠞
|
---|
| 49 | </p>
|
---|
| 50 | <p>
|
---|
| 51 | ⡡ ⡢ ⡣ ⡤ ⡥ ⡦ ⡧ ⡨ ⡩ ⡪ ⡫ ⡬ ⡭
|
---|
| 52 | </p>
|
---|
| 53 | <p>
|
---|
| 54 | ⡱ ⡲ ⡳ ⡴ ⡵ ⡶ ⡷
|
---|
| 55 | </p>
|
---|
| 56 | <p>
|
---|
| 57 | ⡑ ⡒ ⡓ ⡔ ⡕ ⡖ ⡗ ⡘ ⡙ ⡚ ⡛ ⡜
|
---|
| 58 | </p>
|
---|
| 59 | <p>
|
---|
| 60 | ⡛⡒⡒⡒⡒⡒⡒⡒⡒⡒⡒⡒⡜
|
---|
| 61 | <br/>
|
---|
| 62 | ⡑ Hello ⡑
|
---|
| 63 | <br/>
|
---|
| 64 | ⡗⡒⡒⡒⡒⡒⡒⡒⡒⡒⡒⡒⡕
|
---|
| 65 | <br/>
|
---|
| 66 | ⡑ World ⡑
|
---|
| 67 | <br/>
|
---|
| 68 | ⡚⡒⡒⡒⡒⡒⡒⡒⡒⡒⡒⡒⡙
|
---|
| 69 | </body>
|
---|
| 70 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.