Skip to content

Commit

Permalink
Move fonts into resume
Browse files Browse the repository at this point in the history
  • Loading branch information
natewind committed Dec 28, 2023
1 parent 4d9e36f commit 857b3d0
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
Binary file removed fonts/Ubuntu Bold.ttf
Binary file not shown.
Binary file removed fonts/Ubuntu Mono Bold.ttf
Binary file not shown.
Binary file removed fonts/Ubuntu Mono.ttf
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions resume/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -249,33 +249,33 @@ s { text-decoration: line-through; }
@font-face
{
font-family: "Ubuntu Web";
src: url("../fonts/Ubuntu Regular.ttf");
src: url("fonts/Ubuntu Regular.ttf");
}

@font-face
{
font-family: "PT Sans Web";
src: url("../fonts/PT Sans Regular.ttf");
src: url("fonts/PT Sans Regular.ttf");
font-weight: normal;
}

@font-face
{
font-family: "PT Sans Web";
src: url("../fonts/PT Sans Bold.ttf");
src: url("fonts/PT Sans Bold.ttf");
font-weight: bold;
}

@font-face
{
font-family: "PT Serif Web";
src: url("../fonts/PT Serif Regular.ttf");
src: url("fonts/PT Serif Regular.ttf");
font-style: normal;
}

@font-face
{
font-family: "PT Serif Web";
src: url("../fonts/PT Serif Italic.ttf");
src: url("fonts/PT Serif Italic.ttf");
font-style: italic;
}

0 comments on commit 857b3d0

Please sign in to comment.