|
Last change
on this file since 4aad7a7 was 4aad7a7, checked in by Thomas Lopatic <thomas@…>, 6 years ago |
|
Added line-height.
|
-
Property mode
set to
100644
|
|
File size:
2.4 KB
|
| Line | |
|---|
| 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 | line-height: 24px;
|
|---|
| 18 | }
|
|---|
| 19 | </style>
|
|---|
| 20 | </head>
|
|---|
| 21 | <body>
|
|---|
| 22 | <p>
|
|---|
| 23 | 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
|
|---|
| 24 | </p>
|
|---|
| 25 | <p>
|
|---|
| 26 | 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
|
|---|
| 27 | </p>
|
|---|
| 28 | <p>
|
|---|
| 29 | 0 1 2 3 4 5 6 7 8 9
|
|---|
| 30 | </p>
|
|---|
| 31 | <p>
|
|---|
| 32 | ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
|
|---|
| 33 | </p>
|
|---|
| 34 | <p>
|
|---|
| 35 | ⠠
|
|---|
| 36 | <p>
|
|---|
| 37 | ⠁ ⠂ ⠃ ⠄ ⠅ ⠆ ⠇ ⠈ ⠉ ⠊ ⠋ ⠌
|
|---|
| 38 | </p>
|
|---|
| 39 | <p>
|
|---|
| 40 | ⡁ ⡂ ⡃ ⡄ ⡅ ⡇ ⡉ ⡊ ⡋ ⡌ ⡍ ⡎ ⡏
|
|---|
| 41 | </p>
|
|---|
| 42 | <p>
|
|---|
| 43 | ⠍⠎⠏ ⠡⠢⠣⠤ ⠥⠦⠧⠨ ⠩⠪⠫⠬ ⠭⠮⠯⠰
|
|---|
| 44 | </p>
|
|---|
| 45 | <p>
|
|---|
| 46 | ⠱⠲⠳⠴ ⠵⠶⠷⠸ ⠹⠺⠻⠼ ⠽⠾⠿⡀
|
|---|
| 47 | </p>
|
|---|
| 48 | <p>
|
|---|
| 49 | ⠐ ⠑ ⠒ ⠓ ⠔ ⠕ ⠖ ⠗ ⠘ ⠙ ⠚ ⠛ ⠜ ⠝ ⠞
|
|---|
| 50 | </p>
|
|---|
| 51 | <p>
|
|---|
| 52 | ⡡ ⡢ ⡣ ⡤ ⡥ ⡦ ⡧ ⡨ ⡩ ⡪ ⡫ ⡬ ⡭
|
|---|
| 53 | </p>
|
|---|
| 54 | <p>
|
|---|
| 55 | ⡱ ⡲ ⡳ ⡴ ⡵ ⡶ ⡷
|
|---|
| 56 | </p>
|
|---|
| 57 | <p>
|
|---|
| 58 | ⡑ ⡒ ⡓ ⡔ ⡕ ⡖ ⡗ ⡘ ⡙ ⡚ ⡛ ⡜
|
|---|
| 59 | </p>
|
|---|
| 60 | <p>
|
|---|
| 61 | ⡛⡒⡒⡒⡒⡒⡒⡒⡒⡒⡒⡒⡜
|
|---|
| 62 | <br/>
|
|---|
| 63 | ⡑ Hello ⡑
|
|---|
| 64 | <br/>
|
|---|
| 65 | ⡗⡒⡒⡒⡒⡒⡒⡒⡒⡒⡒⡒⡕
|
|---|
| 66 | <br/>
|
|---|
| 67 | ⡑ World ⡑
|
|---|
| 68 | <br/>
|
|---|
| 69 | ⡚⡒⡒⡒⡒⡒⡒⡒⡒⡒⡒⡒⡙
|
|---|
| 70 | </body>
|
|---|
| 71 | </html>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.