Skip to content

Instantly share code, notes, and snippets.

@mmmattos
Created August 19, 2013 00:17
Show Gist options
  • Save mmmattos/6264814 to your computer and use it in GitHub Desktop.
Save mmmattos/6264814 to your computer and use it in GitHub Desktop.
Userscript to patch style for Quartz (qz.com)// ==UserScript==
// @name Resize Quartz fonts.
// @namespace http://profiles.google.com/mmmattos
// @version 0.1
// @description To improve browsing readability of Quartz
// @match qz.com/*
// @require https://gist.github.com/mmmattos/6264214/raw/755d33de2038afe4d82fef4bf41b3824ee25effa/jsLib.js
// @copyright 2013, Miguel Mattos
// ==/UserScript==
addCustomStyle('.anno-span { font-weight: bold;font-size: 16px ! important; }');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment