From 2b5f122033bab92b9b0dada218fb3bd5088d24c8 Mon Sep 17 00:00:00 2001 From: Evgeny Fayvuzhinsky Date: Tue, 23 Aug 2022 16:18:38 +0300 Subject: [PATCH] [ios] Change UI font from Helvetica to system All storyboards and xibs with Helvetica were edited. Font styles (medium, italic) and sizes are preserved. Closes #3216 Signed-off-by: Evgeny Fayvuzhinsky --- data/faq.html | 2 +- .../MWMBCCreateCategoryAlert.xib | 6 +++--- .../CustomAlert/DefaultAlert/MWMDefaultAlert.xib | 8 ++++---- .../MWMDownloadTransitMapAlert.xib | 8 ++++---- .../MWMDownloaderDialogCell.xib | 2 +- .../MWMDownloaderDialogHeader.xib | 4 ++-- .../CustomAlert/LocationAlert/MWMLocationAlert.xib | 14 +++++++------- .../Classes/CustomAlert/MWMEditorViralAlert.xib | 8 ++++---- .../Maps/Classes/CustomAlert/MWMOsmAuthAlert.xib | 4 ++-- .../CustomAlert/MWMPlaceDoesntExistAlert.xib | 8 ++++---- .../MobileInternetAlert/MWMMobileInternetAlert.xib | 10 +++++----- .../MWMRoutingDisclaimerAlert.xib | 6 +++--- .../CustomAlert/SpinnerAlert/MWMSpinnerAlert.xib | 4 ++-- .../Views/RoutePreview/MWMiPadRoutePreview.xib | 6 +++--- .../Views/RoutePreview/MWMiPhoneRoutePreview.xib | 4 ++-- .../Maps/Classes/Widgets/MWMMapDownloadDialog.xib | 6 +++--- .../Maps/UI/Autoupdate/MWMAutoupdateController.xib | 8 ++++---- .../BottomMenu/Menu/Cells/BottomMenuItemCell.xib | 4 ++-- .../MWMMapDownloaderLargeCountryTableViewCell.xib | 6 +++--- .../Cells/MWMMapDownloaderPlaceTableViewCell.xib | 6 +++--- .../MWMMapDownloaderSubplaceTableViewCell.xib | 8 ++++---- .../Cells/MWMMapDownloaderTableViewCell.xib | 4 ++-- .../Downloader/DownloadAllView/DownloadAllView.xib | 4 ++-- .../Cells/MWMEditorAdditionalNameTableViewCell.xib | 2 +- .../UI/Editor/Cells/MWMEditorTextTableViewCell.xib | 2 +- .../MWMOpeningHoursAddScheduleTableViewCell.xib | 2 +- .../Cells/MWMOpeningHoursAllDayTableViewCell.xib | 2 +- .../MWMOpeningHoursClosedSpanTableViewCell.xib | 4 ++-- .../MWMOpeningHoursDaysSelectorTableViewCell.xib | 14 +++++++------- .../MWMOpeningHoursDeleteScheduleTableViewCell.xib | 2 +- .../Cells/MWMOpeningHoursTimeSpanTableViewCell.xib | 4 ++-- .../Street/MWMStreetEditorEditTableViewCell.xib | 2 +- .../PlacePageDescriptionViewController.swift | 2 +- .../MWMPlacePageOpeningHoursCell.xib | 10 +++++----- .../MWMPlacePageOpeningHoursWeekDayView.xib | 6 +++--- iphone/Maps/UI/Search/MWMSearchView.xib | 4 ++-- .../UI/Search/TableView/MWMSearchCommonCell.xib | 10 +++++----- .../Search/TableView/MWMSearchSuggestionCell.xib | 2 +- .../Tabs/CategoriesTab/SearchCategoryCell.xib | 2 +- .../Tabs/HistoryTab/SearchHistoryClearCell.xib | 2 +- .../Tabs/HistoryTab/SearchHistoryQueryCell.xib | 2 +- iphone/Maps/UI/Storyboard/Authorization.storyboard | 12 ++++++------ iphone/Maps/UI/Storyboard/Main.storyboard | 10 +++++----- iphone/Maps/UI/Storyboard/Welcome.storyboard | 4 ++-- 44 files changed, 120 insertions(+), 120 deletions(-) diff --git a/data/faq.html b/data/faq.html index c422c55468..ed1385a5bb 100644 --- a/data/faq.html +++ b/data/faq.html @@ -63,7 +63,7 @@ margin-left: 16px; margin-bottom: 16px; font-size: 16px; - font-family: "Helvetica Neue", "Roboto", "Arial", "sans-serif"; + font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji"; } html { diff --git a/iphone/Maps/Classes/CustomAlert/CreateBookmarkCategory/MWMBCCreateCategoryAlert.xib b/iphone/Maps/Classes/CustomAlert/CreateBookmarkCategory/MWMBCCreateCategoryAlert.xib index 77d382e3aa..046bc04863 100644 --- a/iphone/Maps/Classes/CustomAlert/CreateBookmarkCategory/MWMBCCreateCategoryAlert.xib +++ b/iphone/Maps/Classes/CustomAlert/CreateBookmarkCategory/MWMBCCreateCategoryAlert.xib @@ -23,7 +23,7 @@ - + @@ -81,7 +81,7 @@ - + @@ -101,7 +101,7 @@ - + diff --git a/iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.xib b/iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.xib index aa5606a90a..f0a36b4aeb 100644 --- a/iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.xib +++ b/iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.xib @@ -23,7 +23,7 @@ - + @@ -36,7 +36,7 @@ - + @@ -60,7 +60,7 @@ - + @@ -92,7 +92,7 @@ - + diff --git a/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloadTransitMapAlert.xib b/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloadTransitMapAlert.xib index 82adef76eb..c17f5a11ef 100644 --- a/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloadTransitMapAlert.xib +++ b/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloadTransitMapAlert.xib @@ -23,7 +23,7 @@ - + @@ -46,7 +46,7 @@ - + @@ -86,7 +86,7 @@ - + @@ -107,7 +107,7 @@ - + diff --git a/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloaderDialogCell.xib b/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloaderDialogCell.xib index 68f535c19c..44e62bf962 100644 --- a/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloaderDialogCell.xib +++ b/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloaderDialogCell.xib @@ -22,7 +22,7 @@ - + diff --git a/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloaderDialogHeader.xib b/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloaderDialogHeader.xib index 53f8c167b4..fbd5b34851 100644 --- a/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloaderDialogHeader.xib +++ b/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloaderDialogHeader.xib @@ -20,7 +20,7 @@ - + @@ -53,7 +53,7 @@ - + diff --git a/iphone/Maps/Classes/CustomAlert/LocationAlert/MWMLocationAlert.xib b/iphone/Maps/Classes/CustomAlert/LocationAlert/MWMLocationAlert.xib index 3db6731c4d..3ec06d7de6 100644 --- a/iphone/Maps/Classes/CustomAlert/LocationAlert/MWMLocationAlert.xib +++ b/iphone/Maps/Classes/CustomAlert/LocationAlert/MWMLocationAlert.xib @@ -23,7 +23,7 @@ - + @@ -37,7 +37,7 @@ - + @@ -61,7 +61,7 @@ - + @@ -81,7 +81,7 @@ - + @@ -133,7 +133,7 @@ - + @@ -147,7 +147,7 @@ - + @@ -161,7 +161,7 @@ - + diff --git a/iphone/Maps/Classes/CustomAlert/MWMEditorViralAlert.xib b/iphone/Maps/Classes/CustomAlert/MWMEditorViralAlert.xib index ce89f83c19..2380e83abe 100644 --- a/iphone/Maps/Classes/CustomAlert/MWMEditorViralAlert.xib +++ b/iphone/Maps/Classes/CustomAlert/MWMEditorViralAlert.xib @@ -23,7 +23,7 @@ - + @@ -44,7 +44,7 @@ - + @@ -67,7 +67,7 @@ - + @@ -98,7 +98,7 @@ - + diff --git a/iphone/Maps/Classes/CustomAlert/MWMOsmAuthAlert.xib b/iphone/Maps/Classes/CustomAlert/MWMOsmAuthAlert.xib index cc5d74756f..124ff8b88f 100644 --- a/iphone/Maps/Classes/CustomAlert/MWMOsmAuthAlert.xib +++ b/iphone/Maps/Classes/CustomAlert/MWMOsmAuthAlert.xib @@ -22,7 +22,7 @@ - + @@ -42,7 +42,7 @@ Войдите, чтобы ваши изменения увидели другие пользователи - + diff --git a/iphone/Maps/Classes/CustomAlert/MWMPlaceDoesntExistAlert.xib b/iphone/Maps/Classes/CustomAlert/MWMPlaceDoesntExistAlert.xib index 936ed04744..386329dee0 100644 --- a/iphone/Maps/Classes/CustomAlert/MWMPlaceDoesntExistAlert.xib +++ b/iphone/Maps/Classes/CustomAlert/MWMPlaceDoesntExistAlert.xib @@ -23,7 +23,7 @@ - + @@ -37,7 +37,7 @@ - + @@ -92,7 +92,7 @@ - + @@ -112,7 +112,7 @@ - + diff --git a/iphone/Maps/Classes/CustomAlert/MobileInternetAlert/MWMMobileInternetAlert.xib b/iphone/Maps/Classes/CustomAlert/MobileInternetAlert/MWMMobileInternetAlert.xib index 02e34b8cfe..b2f74f9e50 100644 --- a/iphone/Maps/Classes/CustomAlert/MobileInternetAlert/MWMMobileInternetAlert.xib +++ b/iphone/Maps/Classes/CustomAlert/MobileInternetAlert/MWMMobileInternetAlert.xib @@ -23,7 +23,7 @@ - + @@ -37,7 +37,7 @@ - + @@ -50,7 +50,7 @@ - + @@ -66,7 +66,7 @@