Greasy Fork is available in English.

Helvetica on LIHKG

changing font on LIHKG

// ==UserScript==
// @name 		Helvetica on LIHKG
// @description 	changing font on LIHKG
// @author		yatyat
// @version 	1.1
// @include 	http://lihkg.na.cx/*
// @include 	https://lihkg.na.cx/*
// @grant       GM_addStyle
// @namespace 55
// ==/UserScript==

GM_addStyle("body{font-family:Helvetica !important;}");