#ifdef Q_OS_MAC QFont generalFont = QFont("Lucida Grande", 13); #else QFont generalFont = QFont("Noto Sans", 10); generalFont.setStyleName("Regular"); #endif generalFont #ifdef Q_OS_MAC QFont fixedWidthFont = QFont("Monaco", 10); #else QFont fixedWidthFont = QFont("Hack", 10); fixedWidthFont.setStyleName("Regular"); #endif fixedWidthFont #ifdef Q_OS_MAC QFont smallFont = QFont("Lucida Grande", 9); #else QFont smallFont = QFont("Noto Sans", 8); smallFont.setStyleName("Regular"); #endif smallFont #ifdef Q_OS_MAC QFont toolBarFont = QFont("Lucida Grande", 11); #else QFont toolBarFont = QFont("Noto Sans", 10); toolBarFont.setStyleName("Regular"); #endif toolBarFont #ifdef Q_OS_MAC QFont menuFont = QFont("Lucida Grande", 13); #else QFont menuFont = QFont("Noto Sans", 10); menuFont.setStyleName("Regular"); #endif menuFont #ifdef Q_OS_MAC QFont windowTitleFont = QFont("Lucida Grande", 14); #else QFont windowTitleFont = QFont("Noto Sans", 10); windowTitleFont.setStyleName("Regular"); #endif windowTitleFont