Skip to content

Commit

Permalink
Update Docs Formatting + Styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Saeris committed Mar 26, 2020
1 parent 252939b commit ea777ee
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .fiddly.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"noHeader": true,
"repo": "https://github.com/saeris/graphql-scalars",
"dist": "dist"
"dist": "dist",
"styles": "public/styles.css"
}
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
<h1 align="center" style="text-align: center;">GraphQL Scalars</h1>
<p align="center">
<a href="https://www.npmjs.org/package/@saeris/graphql-scalars">
<img src="https://img.shields.io/npm/v/@saeris/graphql-scalars.svg?style=flat" alt="npm">
</a>
<a href="https://travis-ci.com/Saeris/graphql-scalars">
<img src="https://travis-ci.com/Saeris/graphql-scalars.svg?branch=master" alt="travis">
</a>
<a href="https://codecov.io/gh/Saeris/graphql-scalars">
<img src="https://codecov.io/gh/Saeris/graphql-scalars/branch/master/graph/badge.svg" alt="codecov"/>
</a>
</p>
<p align="center"><a href="https://www.npmjs.org/package/@saeris/graphql-scalars"><img src="https://img.shields.io/npm/v/@saeris/graphql-scalars.svg?style=flat" alt="npm"></a><a href="https://travis-ci.com/Saeris/graphql-scalars"><img src="https://travis-ci.com/Saeris/graphql-scalars.svg?branch=master" alt="travis"></a><a href="https://codecov.io/gh/Saeris/graphql-scalars"><img src="https://codecov.io/gh/Saeris/graphql-scalars/branch/master/graph/badge.svg" alt="codecov"/></a></p>
<p align="center">A library of custom <a href="http://graphql.org/learn/schema/#scalar-types">GraphQL scalar types</a> for creating precise type-safe GraphQL schemas, with validation powered by <a href="https://github.com/hapijs/joi">Joi</a>.</p>

---
Expand Down
10 changes: 10 additions & 0 deletions public/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@700&display=swap");

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Titillium Web", sans-serif;
}

0 comments on commit ea777ee

Please sign in to comment.