diff --git a/assets/style.css b/assets/style.css index 0ecbecd1..dfa8c3ba 100644 --- a/assets/style.css +++ b/assets/style.css @@ -1,4 +1,4 @@ -@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic,700italic|Source+Code+Pro); +@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic,700italic|Source+Code+Pro:400,600); html, head, body { margin: 0; @@ -319,4 +319,4 @@ Not really any of those on the website though AFAIK. :not(pre) > code::before, :not(pre) > code::after { letter-spacing: -0.2em; content: "\00a0"; -} \ No newline at end of file +} diff --git a/native-whitelist.json b/native-whitelist.json index 626bfea3..19f5d3ed 100644 --- a/native-whitelist.json +++ b/native-whitelist.json @@ -23,5 +23,6 @@ "NoRedInk/elm-rails", "seliopou/elm-d3", "ThomasWeiser/elmfire", - "Skinney/elm-array-exploration" + "Skinney/elm-array-exploration", + "BrianHicks/elm-benchmark" ]