Skip to content

Commit bc8e511

Browse files
committed
Actualizar fuentes a Source Sans/Code Pro
1 parent f16b905 commit bc8e511

File tree

4 files changed

+6
-24
lines changed

4 files changed

+6
-24
lines changed

generarIndicesDeBusqueda.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="description" content="Lenguaje de programación funcional que se compila a JavaScript.">
1111

1212
<link rel="preconnect" href="https://fonts.gstatic.com">
13-
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,600;1,400;1,600&display=swap" rel="stylesheet">
13+
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital@0;1&family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap" rel="stylesheet">
1414
</head>
1515
<body>
1616
<noscript>

src/components/docs/repl-docs/consola-repl-docs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default {
7575
padding: 0.5rem
7676
7777
.contenido
78-
font-family: "JetBrains Mono", monospace
78+
font-family: var(--fuente-codigo)
7979
8080
.contenido-linea
8181
border-bottom: solid 1px var(--color-borde)

src/sass/global.sass

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
--color-borde-exito: #4CAF50
88
// #01070a
99
--colorSecundario: #FD4565
10-
--fuenteNormal: Roboto, sans-serif
11-
--fuenteTitulo: "Source Sans Pro", Roboto, sans-serif
12-
--fuente-codigo: "Roboto Mono", monospace
10+
--fuenteNormal: "Source Sans Pro", sans-serif
11+
--fuenteTitulo: "Source Sans Pro", sans-serif
12+
--fuente-codigo: "Source Code Pro", monospace
1313
--tamanoFuenteCodigo: 0.9rem
1414

1515
--color-r: #e7b711
@@ -22,7 +22,7 @@ html, body
2222
font-family: var(--fuenteNormal)
2323
color: var(--color)
2424
background-color: var(--fondo)
25-
font-size: 18px
25+
font-size: 19px
2626

2727

2828
h1, h2, h3, h4, h5

0 commit comments

Comments
 (0)