Skip to content

Commit 4952b5a

Browse files
Update attila-csorgo.html
1 parent cec905a commit 4952b5a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

it/attila-csorgo.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Attila Csörgő</title>
7+
<!-- Google Fonts -->
8+
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap" rel="stylesheet">
9+
710
<style>
811
body {
9-
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
12+
font-family: 'Libre Baskerville', serif;
1013
margin: 0;
1114
padding: 0;
1215
background-color: #fff;
@@ -67,7 +70,7 @@
6770
margin: 20px auto;
6871
}
6972
.description {
70-
font-family: 'Courier New', Courier, monospace;
73+
font-family: 'Libre Baskerville', serif;
7174
font-size: 1rem;
7275
text-align: left;
7376
margin: 20px;

0 commit comments

Comments
 (0)