add support for utf-8, fixes #396 (this time less messy commit)

This commit is contained in:
Anders Hellerup Madsen
2012-07-17 11:28:40 +02:00
committed by Luke Page
parent 96ef26a9ff
commit d81ba3bb38
3 changed files with 8 additions and 1 deletions

View File

@@ -94,3 +94,6 @@ p + h1 {
@font-face {
font-family: font-b;
}
.æøå {
margin: 0;
}

View File

@@ -108,3 +108,7 @@ p + h1 {
.def-font(font-a);
.def-font(font-b);
.æøå {
margin: 0;
}