Skip to content

Commit 0fcfcfb

Browse files
committed
Font change: Montserrat
1 parent a15b1d7 commit 0fcfcfb

File tree

4 files changed

+11
-15
lines changed

4 files changed

+11
-15
lines changed

contacto.html

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44
<meta charset="UTF-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<link rel="icon" type="image/png" href="https://i.ibb.co/5KbJ92t/logo-soypato-small.png">
7+
<link rel="icon" type="image/png" href="https://i.ibb.co/5KbJ92t/logo-soypato-small.png">
88
<link rel="preconnect" href="https://fonts.googleapis.com">
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
10-
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@300;400&display=swap" rel="stylesheet">
11-
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;900&display=swap" rel="stylesheet">
12-
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
10+
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap" rel="stylesheet"> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
1311
<link rel="stylesheet" href="css/mobile.css">
1412
<link rel="stylesheet" href="css/tablet.css">
1513
<link rel="stylesheet" href="css/desktop.css">

css/mobile.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
margin: 0;
33
padding: 0;
44
box-sizing: border-box;
5-
font-family: 'Roboto', sans-serif;}
5+
}
66

77
html {
88
font-size: 62.5%;
9+
font-family: 'Montserrat', sans-serif;
10+
font-weight: 400;
911
}
1012

1113
:root {

index.html

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44
<meta charset="UTF-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<link rel="icon" type="image/png" href="https://i.ibb.co/5KbJ92t/logo-soypato-small.png">
7+
<link rel="icon" type="image/png" href="https://i.ibb.co/5KbJ92t/logo-soypato-small.png">
88
<link rel="preconnect" href="https://fonts.googleapis.com">
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
10-
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@300;400&display=swap" rel="stylesheet">
11-
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;900&display=swap" rel="stylesheet">
12-
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
10+
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap" rel="stylesheet"> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
1311
<link rel="stylesheet" href="css/mobile.css">
1412
<link rel="stylesheet" href="css/tablet.css">
1513
<link rel="stylesheet" href="css/desktop.css">

proyectos.html

+4-6
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,16 @@
44
<meta charset="UTF-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<link rel="icon" type="image/png" href="https://i.ibb.co/5KbJ92t/logo-soypato-small.png">
7+
<link rel="icon" type="image/png" href="https://i.ibb.co/5KbJ92t/logo-soypato-small.png">
88
<link rel="preconnect" href="https://fonts.googleapis.com">
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
10-
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@300;400&display=swap" rel="stylesheet">
11-
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;900&display=swap" rel="stylesheet">
12-
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
10+
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap" rel="stylesheet"> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
1311
<link rel="stylesheet" href="css/mobile.css">
1412
<link rel="stylesheet" href="css/tablet.css">
1513
<link rel="stylesheet" href="css/desktop.css">
1614
<meta name="description" content="Desarrollador web, streamer, músico y editor. 19 años. Mar del Plata, Argentina.">
1715
<meta name="keywords" content="desarrollo web, programación, portfolio, aprendizaje, Argentina, front-end, HTML, CSS, JavaScript, soypato, pato tb, soypatotb, editor, video, marketing, criptomonedas, redes, youtube, twitch">
18-
<title>Proyectos - Patricio Tubio (soypato)</title>
16+
<title>Patricio Tubio (soypato)</title>
1917
</head>
2018
<body>
2119
<header>
@@ -44,7 +42,7 @@
4442
<img src="https://i.ibb.co/rQGkqqs/oldphone-1-1-1-1.webp" alt="reloj en la mesa"></img>
4543
</figure>
4644
<h1>Proyectos</h1>
47-
<p>📰 En este apartado encontrarás todos los proyectos de portfolio que realizo constantemente. Por cada uno encontrarás un link a su código fuente o bien, a su despliegue con una breve explicación. 🚀</p>
45+
<p>📰 En este apartado encontrarás todos los proyectos de portfolio que realizo constantemente. Por cada uno encontrarás un link a su código fuente o bien, a su despliegue con una explicación. 🚀</p>
4846
<h2>Programación & tech industry</h2>
4947
<div class="shortLinks">
5048
<div class="linkDescription">

0 commit comments

Comments
 (0)