show language selector with an exhaustive char sets font

This commit is contained in:
Thibault Duplessis 2015-03-22 20:58:01 +01:00
parent 5d7731ab22
commit 05e7e21fb9

View file

@ -57,6 +57,12 @@ time {
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Noto Sans Exhaustive';
font-style: normal;
font-weight: 400;
src: local('Noto Sans'), local('NotoSans'), url(http://fonts.gstatic.com/s/notosans/v6/0Ue9FiUJwVhi4NGfHJS5uA.ttf) format('truetype');
}
.is::before,
[data-icon]::before,
.is-after::after {
@ -498,7 +504,7 @@ html {
min-height: 100%;
}
body {
font: 12px 'Noto Sans', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
font: 12px'Noto Sans', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
color: #707070;
background: #eee;
background-image: -moz-linear-gradient(top, #d7d7d7 0%, #eeeeee 116px);
@ -1185,6 +1191,7 @@ div.lichess_language {
}
#top div.lichess_language.shown .language_links {
display: block;
font-family: 'Noto Sans Exhaustive';
}
.language_links button {
display: block;