Skip to content

Commit 77e56f0

Browse files
committed
[css-fonts-4][editorial] sample contra-italic image
1 parent 5fa93a1 commit 77e56f0

3 files changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<style>
3+
@font-face {
4+
font-family: Mf Autumn Breeze;
5+
src: url(./fonts/AutumnBreeze-zLBX.ttf)
6+
}
7+
div {
8+
margin: 1em;
9+
color: #444;
10+
font-size: 80px;
11+
font-family: Mf Autumn Breeze;
12+
}
13+
</style>
14+
<div>Hazy Dream</div>
18.6 KB
Loading
84.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)