Skip to content

Commit f27b8b5

Browse files
Began adding examples of Morphe files
1 parent 2c28771 commit f27b8b5

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

examples/example1.morphe

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
.main {
3+
page-size: a4;
4+
font-height: 12pt;
5+
font-colour: black;
6+
}
7+
8+
h1 {
9+
font-height: 20pt;
10+
font-weight: bold;
11+
}
12+
13+
p {
14+
margin: 6pt 0pt;
15+
}

0 commit comments

Comments
 (0)