Skip to content

Commit

Permalink
Cambio de fuente a source code ggogle fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPotatoXx committed Jan 22, 2024
1 parent b68fcfd commit 95486cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const { title, currentPage } = Astro.props;
<meta property="og:title" content={title}>
<meta property="og:description" content="Portafolio de Giovanni Salinas, Ingeniero en Informática.">
<meta property="og:type" content="website">
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;700&display=swap" rel="stylesheet">
<ViewTransitions />
<title>{title}</title>
</head>
Expand Down Expand Up @@ -57,7 +58,7 @@ const { title, currentPage } = Astro.props;
);
}
html {
font-family: system-ui, sans-serif;
font-family: 'Source Code Pro', monospace;
background: #0c0c0ce6;
background-size: 224px;
color-scheme: dark light;
Expand Down

0 comments on commit 95486cc

Please sign in to comment.