Skip to content

Instantly share code, notes, and snippets.

View JasonNeel's full-sized avatar

Jason Neel JasonNeel

View GitHub Profile
@JasonNeel
JasonNeel / Testing Your Designs at Various Font Sizes
Last active January 5, 2016 22:31
Testing Your Designs at Various Font Sizes—For a11yproject.com
# Testing Your Designs at Various Font Sizes
## Why Test?
Reasons for users bumping up the base font size or zoom level in their browsers aren’t just limited to those with vision impairments (although that should be reason enough for you to test your designs anyway). Certain browsing situations may necessitate inceasing the font size of your site’s text, such as displaying the site using a lower-resolution projector or when screen contrast is not high enough.
## Adjusting Your Browser’s Font Size
Testing your website design for when a user may have set their browser's zoom or base font size to something larger is fairly simple thing to do. Most browsers have a simple set of keyboard shortcuts for this purpose:
@JasonNeel
JasonNeel / Rakefile
Last active January 2, 2016 23:09 — forked from jakerobinson/Rakefile
# Jekyll Rake tasks
desc 'create new post or page. args: type (post, page), title, future (# of days), layout'
# rake new type=(page|post) future=0 title="New post title goes here" slug="slug-override-title" layout="post"
task :new do
require 'rubygems'
require 'chronic'
type = ENV["type"] || "post"
title = ENV["title"] || "New Title"
@JasonNeel
JasonNeel / YouTube-Icon.markdown
Created September 3, 2013 23:57
A Pen by Jason Neel.