Skip to content

v1.2

Compare
Choose a tag to compare
@jspinella jspinella released this 08 Mar 05:58
· 25 commits to master since this release

v1.2 removes jatsby.com from font-hosting responsibilities (moving those fonts to a new, local folder called "fonts"), resolves font-rendering discrepancies between Chrome and FireFox, perfects FireFox support, removes the "Color Palette" part of main.css, and consolidates specific.css into main.css for added simplicity.

All known issues (Github-documented or no) have been resolved with v1.2.

Also enhanced jatsby.com with a Pure CSS Argyle background (see screenshot).

Changelog:

  • Jatsby.com no longer hosts fonts. Those not hosted by Google Fonts
    are included locally (.woff and .woff2) along with their stylesheets in
    the “fonts” folder.
  • Added “text-rendering: geometricPrecision” to Reset in main.css to
    solve font-rendering discrepancies between Chrome and Safari (i.e.
    Lobster).
  • Removed Color Palette from main.css. After using it in v1.1, I don’t
    see value in it.
  • Consolidated specific.css into main.css (again)
  • Added FireFox versions of CSS (universal transition-duration/rotate3d)