mirror of
https://github.com/mue/mue.git
synced 2026-07-16 13:34:03 +02:00
Fix #102
This commit is contained in:
@@ -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
|
||||
|
||||
BIN
public/fonts/Roboto-Cyrillic.woff2
Normal file
BIN
public/fonts/Roboto-Cyrillic.woff2
Normal file
Binary file not shown.
@@ -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