diff --git a/src/app/components/News.tsx b/src/app/components/News.tsx index b44ce7b..4d0f083 100644 --- a/src/app/components/News.tsx +++ b/src/app/components/News.tsx @@ -1,16 +1,17 @@ import Link from 'next/link' +import { Inter, Zilla_Slab } from 'next/font/google' + +const zillaSlab = Zilla_Slab({ weight: '600', subsets: ['latin'] }) +const inter = Inter({ weight: '400', subsets: ['latin'] }) export default function News() { return ( -
eeXiv, like arXiv, is a free distribution service and an open-access - archive for nearly {Object.keys(documents).length} scholarly articles in + archive for over {Object.keys(documents).length} scholarly articles in the fields of physics, mathematics, computer science, quantitative biology, quantitative finance, statistics, electrical engineering and systems science, and economics, but mainly related to the{' '} @@ -44,18 +44,20 @@ export default function Home() {