/* Основной текст внутри всплывающего окна статьи (потоков) */
.t-feed__post-popup__content.t-text,
.t-feed__post-popup__text,
.t-feed__post-popup__content p,
.t-feed__post-popup__content span {
  font-size: 14px !important;
  line-height: 1.6 !important; /* комфортная читаемость */
  font-family: 'Involve', sans-serif !important; /* твой шрифт */
}

/* Основной текст в списке статей (на самой странице Потоков) */
.t-feed__post .t-feed__post-descr,
.t-feed__post .t-feed__post-text,
.t-feed__post .t-descr {
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-family: 'Involve', sans-serif !important;
}

