feat(style): new font added for resume

This commit is contained in:
Mike 2024-06-22 21:27:21 -04:00
parent de5451a9ed
commit 10e4fb79d8
2 changed files with 8 additions and 0 deletions

View file

@ -9,6 +9,10 @@
href="https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap" href="https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet" rel="stylesheet"
/> />
<link
href="https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap"
rel="stylesheet"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CV-Creator</title> <title>CV-Creator</title>
</head> </head>

View file

@ -36,6 +36,10 @@ body {
.resume { .resume {
min-width: 800px; min-width: 800px;
/* background: gray; */ /* background: gray; */
font-family: "Playfair Display", serif;
font-optical-sizing: auto;
/* font-weight: <weight>; */
font-style: normal;
} }
.form { .form {