mirror of
https://github.com/mue/mue.git
synced 2026-07-24 01:07:23 +02:00
Fix #102
This commit is contained in:
@@ -10,7 +10,7 @@ export default class LanguageSettings extends React.PureComponent {
|
||||
<option className='choices' value='nl'>Nederlands</option>
|
||||
<option className='choices' value='fr'>Français</option>
|
||||
<option className='choices' value='no'>Norsk</option>
|
||||
<option className='choices' value='ru'>Russian</option>
|
||||
<option className='choices' value='ru'>Pусский</option>
|
||||
</select>
|
||||
</div>
|
||||
);
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"url": "https://ecosia.org/search"
|
||||
},
|
||||
{
|
||||
"name": "Yandex (RU)",
|
||||
"name": "Яндекс",
|
||||
"settingsName": "yandex",
|
||||
"url": "https://yandex.ru/search",
|
||||
"query": "text"
|
||||
|
||||
@@ -25,7 +25,7 @@ body {
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: 'Lexend Deca' !important;
|
||||
font-family: 'Lexend Deca', 'Roboto' !important;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
@@ -34,6 +34,11 @@ body {
|
||||
src: url('/./fonts/LexendDeca-Regular.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: url('/./fonts/Roboto-Cyrillic.woff2') format('woff2');
|
||||
}
|
||||
|
||||
#center {
|
||||
margin-left: 2vw;
|
||||
margin-right: 2vw;
|
||||
|
||||
Reference in New Issue
Block a user