lawsiki【油猴脚本】将 L 站字体改成 VivoSans 中发帖

默认字体看久了换个字体看也是挺舒服的 :tieba_002: 
默认
[image]
VivoSans
[image]
// ==UserScript==
// @name VivoSans Font Replacement
// @namespace http://tampermonkey.net/
// @version 1.0
// @description 将网页字体替换为VivoSans字体家族
// @author You
// @match https://linux.do/
// @grant none
// @run-at document-start
// ==/UserScript==

(function() {
'use strict';

// 创建...