Move the autonym font to example instead of making part of jquery.uls

Change-Id: I1fa119ef3a89f34e1fde18712d4e267d174869c8
This commit is contained in:
Santhosh Thottingal
2013-11-01 14:55:44 +05:30
parent 2fff36c588
commit 22475812b1
5 changed files with 67 additions and 13 deletions

View File

@@ -255,16 +255,3 @@ div.uls-region {
.uls-menu .search-input-block {
position: relative;
}
@font-face {
font-family: 'Autonym';
src: url('font/Autonym.eot');
src: local('Autonym'),
url('font/Autonym.woff') format('woff'),
url('font/Autonym.ttf') format('truetype');
font-style: normal;
}
.autonym {
font-family: 'Autonym', sans-serif;
}