This commit is contained in:
David Ralph
2020-09-23 18:28:06 +01:00
parent e09fc3f99f
commit 0dbc586952
5 changed files with 9 additions and 4 deletions

View File

@@ -145,6 +145,6 @@ Russian - [MrZillaGold](https://github.com/MrZillaGold)
[Opera Forum](https://forums.opera.com/topic/25046/how-to-disable-completely-the-speed-dial/14) - Portions of code to add Opera support
[Google Fonts](https://fonts.google.com/specimen/Lexend+Deca) - Lexend Deca font
[Google Fonts](https://fonts.google.com) - Lexend Deca and Roboto fonts
And many thanks to [Highholding](https://discord.bio/p/highholding), [Noa Shapira](#), [Roee Lupo](https://github.com/RoeeLupo), [Jeroen](#), [Glasvegas](https://twitter.com/_glasvegas), [Anders](https://github.com/FuryingFox), [Oded Shapira](https://twitter.com/dondishdev), Jacob Tyrrell and [Nikka Lai](#) for letting us use their wonderful photographs

Binary file not shown.

View File

@@ -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>
);

View File

@@ -25,7 +25,7 @@
"url": "https://ecosia.org/search"
},
{
"name": "Yandex (RU)",
"name": "Яндекс",
"settingsName": "yandex",
"url": "https://yandex.ru/search",
"query": "text"

View File

@@ -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;