diff --git a/src/pages/index.js b/src/pages/index.js index 39fdb36..aa7e6eb 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -1,5 +1,5 @@ -/** @jsx jsx */ -import { jsx, ThemeProvider, Box, Grid } from "theme-ui"; +/** @jsxImportSource theme-ui */ +import { ThemeProvider, Box, Grid } from "theme-ui"; import { Global, css } from "@emotion/react"; import React from "react"; @@ -17,48 +17,46 @@ import HomeFooter from "../components/HomeFooter"; function Home() { return ( - <> - - + - - - - - - - - - - - - - - + @font-face { + font-family: "Roobert"; + src: url("/fonts/Roobert-SemiBold.woff2") format("woff2"), + url("/fonts/Roobert-SemiBold.woff") format("woff"); + font-weight: 600; + font-style: normal; + font-display: swap; + } + `} + /> + + + + + + + + + + + + + ); }