diff --git a/README.md b/README.md index 34870a4a..2a13985a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/public/fonts/Roboto-Cyrillic.woff2 b/public/fonts/Roboto-Cyrillic.woff2 new file mode 100644 index 00000000..de226b37 Binary files /dev/null and b/public/fonts/Roboto-Cyrillic.woff2 differ diff --git a/src/components/modals/settings/sections/LanguageSettings.jsx b/src/components/modals/settings/sections/LanguageSettings.jsx index 896ebc3a..fc9a0281 100644 --- a/src/components/modals/settings/sections/LanguageSettings.jsx +++ b/src/components/modals/settings/sections/LanguageSettings.jsx @@ -10,7 +10,7 @@ export default class LanguageSettings extends React.PureComponent { - + ); diff --git a/src/modules/searchEngines.json b/src/modules/searchEngines.json index d7d4ae3c..4fbb76e6 100644 --- a/src/modules/searchEngines.json +++ b/src/modules/searchEngines.json @@ -25,7 +25,7 @@ "url": "https://ecosia.org/search" }, { - "name": "Yandex (RU)", + "name": "Яндекс", "settingsName": "yandex", "url": "https://yandex.ru/search", "query": "text" diff --git a/src/scss/index.scss b/src/scss/index.scss index 91f2c550..4614e6b8 100644 --- a/src/scss/index.scss +++ b/src/scss/index.scss @@ -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;