BIN
css/font/Autonym.eot
Normal file
BIN
css/font/Autonym.eot
Normal file
Binary file not shown.
BIN
css/font/Autonym.ttf
Normal file
BIN
css/font/Autonym.ttf
Normal file
Binary file not shown.
BIN
css/font/Autonym.woff
Normal file
BIN
css/font/Autonym.woff
Normal file
Binary file not shown.
@@ -256,3 +256,16 @@ div.uls-region {
|
|||||||
.uls-menu .search-input-block {
|
.uls-menu .search-input-block {
|
||||||
position: relative;
|
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;
|
||||||
|
}
|
||||||
|
|||||||
@@ -141,7 +141,7 @@
|
|||||||
|
|
||||||
// Each column can have maximum 8 languages.
|
// Each column can have maximum 8 languages.
|
||||||
if ( $ul.length === 0 || $ul.find( 'li' ).length >= 8 || forceNew ) {
|
if ( $ul.length === 0 || $ul.find( 'li' ).length >= 8 || forceNew ) {
|
||||||
$ul = $( '<ul>' ).addClass( 'three columns end' );
|
$ul = $( '<ul>' ).addClass( 'three columns end autonym' );
|
||||||
|
|
||||||
if ( $rowDiv.length === 0 || $rowDiv.find( 'ul' ).length >= 4 ) {
|
if ( $rowDiv.length === 0 || $rowDiv.find( 'ul' ).length >= 4 ) {
|
||||||
$rowDiv = $( '<div>' ).addClass( 'row uls-language-block' );
|
$rowDiv = $( '<div>' ).addClass( 'row uls-language-block' );
|
||||||
|
|||||||
Reference in New Issue
Block a user