Skip to content

Commit

Permalink
j
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertJGabriel committed May 8, 2024
1 parent 322e7f8 commit 00a43d5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
4 changes: 1 addition & 3 deletions components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ const Footer = styled("footer")`
font-size: 0.718rem;
margin: 0 0.392rem 0;
padding: 0;
a {
font-size: 0.8em;
}
}
svg {
position: relative;
Expand Down
22 changes: 15 additions & 7 deletions components/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,25 @@ const global = css`
p > a,
h6 > a {
color: red;
font-variation-settings: "LXND" 80;
text-transform: uppercase;
letter-spacing: 2px;
text-decoration: none;
font-size: 0.618rem !important;
&:before {
}
}
p > a:hover,
h6 > a:hover {
text-decoration: underline;
&:before {
content: "⌁";
margin: 0 0.192rem;
font-size: 140%;
}
}
p {
max-width: 700px;
color: rgba(0, 0, 0, 0.76);
Expand Down
2 changes: 1 addition & 1 deletion pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ Each student read out loud a passage set in a control of Times New Roman, then f

<LogoList/>

Lexend has been discussed in two Stanford labs, at HP & Microsoft, was listed on Apple K-12 Assistive Technology from 2003-2005, has recently been referenced in research and patents by Adobe, and is available both on Google Fonts & as an open-source download.
Lexend has been discussed in two Stanford labs, at HP & Microsoft, was listed on Apple K-12 Assistive Technology from 2003-2005, has recently been referenced in research and patents by Adobe, and is available on [Google Fonts](https://fonts.google.com/specimen/Lexend), [Google Chrome](https://chromewebstore.google.com/detail/lexend-for-chrome/dephbjebdflpbhnhnebainombgimhdgc) & as an [open-source download](https://github.com/googlefonts/lexend).



Expand Down

0 comments on commit 00a43d5

Please sign in to comment.