Skip to content

Commit 12d76b6

Browse files
authored
Merge pull request #110 from awslabs/vara-bonthu-patch-1
Removing the Robot font
2 parents 6ca5070 + dd9b1b1 commit 12d76b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function HomepageHeader() {
1919
{/*<main className={styles.main}>*/}
2020
{/*<h1 className="hero__title">{siteConfig.title}</h1>*/}
2121
{/*</main>*/}
22-
<p className='hero__subtitle' style={{fontSize: 18, fontSmooth: "auto", fontFamily: "Roboto Mono for Powerline", animation: "float 2s ease-in-out infinite"}}>{siteConfig.tagline}</p>
22+
<p className='hero__subtitle' style={{fontSize: 18, fontSmooth: "auto", animation: "float 2s ease-in-out infinite"}}>{siteConfig.tagline}</p>
2323
<div className={styles.buttons}>
2424
<Link
2525
className="button button--secondary button--lg button-3d button-sparkles"

0 commit comments

Comments
 (0)