|
@@ -1,3 +1,24 @@
|
|
|
+/* Start of font attribution
|
|
|
+ * http://www.ufonts.com/fonts/scala.html
|
|
|
+ * Copyright: Copr. Martin Majoor, 1995. Published by FontShop International. FontFont release 1
|
|
|
+ * Style: Medium
|
|
|
+ * Version: Version 001.000
|
|
|
+ * Generated by Font Squirrel (http://www.fontsquirrel.com) on August 23, 2013 */
|
|
|
+
|
|
|
+@font-face {
|
|
|
+ font-family: 'Scala';
|
|
|
+ src: url('../fonts/ufonts.com_scala-webfont.eot');
|
|
|
+ src: url('../fonts/ufonts.com_scala-webfont.eot?#iefix') format('embedded-opentype'),
|
|
|
+ url('../fonts/ufonts.com_scala-webfont.woff') format('woff'),
|
|
|
+ url('../fonts/ufonts.com_scala-webfont.ttf') format('truetype'),
|
|
|
+ url('../fonts/ufonts.com_scala-webfont.svg#scalamedium') format('svg');
|
|
|
+ font-weight: normal;
|
|
|
+ font-style: normal;
|
|
|
+
|
|
|
+}
|
|
|
+/* end of font attribution */
|
|
|
+
|
|
|
+
|
|
|
body,html{
|
|
|
height:100%;
|
|
|
}
|