Skip to content

Commit

Permalink
remove medium font
Browse files Browse the repository at this point in the history
  • Loading branch information
qjack001 committed Jun 21, 2018
1 parent 28b9f7f commit 0f92984
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 17 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file removed assets/fonts/Apercu/a-im.ttf
Binary file not shown.
Binary file removed assets/fonts/Apercu/a-rm.ttf
Binary file not shown.
18 changes: 1 addition & 17 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@
font-style: normal;
}

@font-face
{
font-family: Apercu;
src: url("/Spotted/assets/fonts/Apercu/a-rm.ttf") format('truetype');
font-weight: medium;
font-style: normal;
}

@font-face
{
font-family: Apercu;
Expand All @@ -62,14 +54,6 @@
font-style: italic;
}

@font-face
{
font-family: Apercu;
src: url("/Spotted/assets/fonts/Apercu/a-im.ttf") format('truetype');
font-weight: medium;
font-style: italic;
}

@font-face
{
font-family: Apercu;
Expand Down Expand Up @@ -284,7 +268,6 @@ footer span
font-family: var(--apercu);
font-size: 1.2rem;
color: var(--black);
font-weight: 100;
}

.entry a
Expand Down Expand Up @@ -329,6 +312,7 @@ td
color: var(--black);
text-align: left;
width: 15rem;
vertical-align: top;
}

td strong
Expand Down

0 comments on commit 0f92984

Please sign in to comment.