Skip to content

Commit

Permalink
Añadi font para dislexicos
Browse files Browse the repository at this point in the history
  • Loading branch information
lauacosta committed Dec 4, 2024
1 parent 6883f4f commit 7d702d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion landing/src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ import { pwaInfo } from "virtual:pwa-info";
rel="stylesheet"
/>
<link
href="https://fonts.cdnfonts.com/css/open-dyslexic"
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@opendyslexic/opendyslexic@1.0.0/stylesheet.css"
/>

<link
Expand Down
2 changes: 1 addition & 1 deletion landing/src/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ body {
}

.dyslexia-font {
font-family: 'OpenDyslexic', Arial, sans-serif;
font-family: 'Open-Dyslexic', Arial, sans-serif;
}

.eventos-tag {
Expand Down

0 comments on commit 7d702d0

Please sign in to comment.