mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2024-12-26 14:20:43 -05:00
feat(style): new font added for resume
This commit is contained in:
parent
de5451a9ed
commit
10e4fb79d8
2 changed files with 8 additions and 0 deletions
|
@ -9,6 +9,10 @@
|
|||
href="https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap"
|
||||
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" />
|
||||
<title>CV-Creator</title>
|
||||
</head>
|
||||
|
|
|
@ -36,6 +36,10 @@ body {
|
|||
.resume {
|
||||
min-width: 800px;
|
||||
/* background: gray; */
|
||||
font-family: "Playfair Display", serif;
|
||||
font-optical-sizing: auto;
|
||||
/* font-weight: <weight>; */
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.form {
|
||||
|
|
Loading…
Reference in a new issue