describe("Fonts", () => {
  it("renders properly", () => {
    const tree = renderer.create(<Fonts />).toJSON()
    expect(tree).toMatchSnapshot()
  })