KyleAMathews / typography.js

A powerful toolkit for building websites with beautiful design
http://kyleamathews.github.io/typography.js/
MIT License
3.83k stars 181 forks source link

Add Domo Arigato theme #229

Closed aalaap closed 4 years ago

aalaap commented 5 years ago

This adds links and info about the Domo Arigato theme, which uses Roboto fonts and is based on the US Web Design Standards theme.

Note: I've seen other PRs fail recently, so @KyleAMathews you might want to take a look.

Thank you!

codecov-io commented 5 years ago

Codecov Report

Merging #229 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #229   +/-   ##
=======================================
  Coverage   98.26%   98.26%           
=======================================
  Files          43       43           
  Lines         230      230           
  Branches       17       17           
=======================================
  Hits          226      226           
  Misses          4        4

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 49363c4...f93f2f6. Read the comment docs.

aalaap commented 5 years ago

@KyleAMathews I have also removed Node 6 from the Travis CI config now, as that was what was causing the build to fail:

error phantom@4.0.12: The engine "node" is incompatible with this module. Expected version ">=8". Got "6.17.1"
error Found incompatible module

The build is now successful.