Skip to content

Commit

Permalink
🐛 Corregir fuentes
Browse files Browse the repository at this point in the history
  • Loading branch information
anattolia committed Feb 9, 2024
1 parent 8f1b99e commit 248c74d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/componentes/Cabezote.astro
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
@import '@/scss/constantes';
#menu {
margin: 0;
font-family: var(--fuenteTitulos);
font-family: var(--fuenteParrafo);
font-size: 0.8em;
position: fixed;
top: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/componentes/Introduccion.astro
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
}

#titulo {
font-family: var(--fuenteTitulo);
font-family: var(--fuenteLogo);
text-align: center;
margin-bottom: 2em;
}
Expand Down
1 change: 0 additions & 1 deletion src/scss/_constantes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ $corte4: 1333px;
:root {
/// Fuentes tipográficas hemochas
--fuenteParrafo: 'Inter', 'Helvetica', 'Roboto', 'Arial', 'Tahoma', 'Verdana', sans-serif;
--fuenteTitulo: 'Tourney', 'Garamond', 'Georgia', 'Times', serif;
--fuenteNumeros: 'IBM Plex Mono', 'Courier New', monospace;
--fuenteLogo: 'mixta-didone', 'Garamond', 'Georgia', 'Times', serif;

Expand Down
1 change: 0 additions & 1 deletion src/scss/estilos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ h2,
h3,
h4,
h5 {
font-family: var(--fuenteTitulo);
}

ul {
Expand Down

0 comments on commit 248c74d

Please sign in to comment.