move the sample usage code into the example folder

This commit is contained in:
Martin
2017-08-04 17:07:55 +02:00
parent 8f744e06f5
commit 43012d6e92
10 changed files with 44 additions and 42 deletions
+31
View File
@@ -0,0 +1,31 @@
@font-face {
font-family: breuer;
font-style: normal;
font-weight: normal;
src: url('fonts/breuertext-regular-webfont.woff') format('woff'),
url('fonts/breuertext-regular-webfont.ttf') format('truetype');
}
@font-face {
font-family: breuerMedium;
src: url('fonts/breuertext-medium-webfont.woff') format('woff'),
url('fonts/breuertext-medium-webfont.ttf') format('truetype');
}
* {
font-family: breuer;
}
#container {
background: #fff;
text-align:center;
margin: 0;
width: 100%;
}
#wrapper {
margin: 0 auto;
width: 100%;
height: 600px;
}