diff --git a/docs/module.html b/docs/module.html index de282c11c..891453de7 100755 --- a/docs/module.html +++ b/docs/module.html @@ -30,11 +30,11 @@
- +
diff --git a/docs/stylesheets/example.css b/docs/stylesheets/example.css index 2317157bb..e1ea6dd9b 100755 --- a/docs/stylesheets/example.css +++ b/docs/stylesheets/example.css @@ -2,6 +2,18 @@ Standard Example *******************************/ +@font-face { + font-family: 'Icons'; + src: url(../fonts/icons.eot); + src: + url(../fonts/icons.eot?#iefix) format('embedded-opentype'), + url(../fonts/icons.woff) format('woff'), + url(../fonts/icons.ttf) format('truetype'), + url(../fonts/icons.svg#icons) format('svg') + ; + font-weight: normal; + font-style: normal; +} /* font */ @font-face { font-family: 'Neutraface';