Skip to content

Commit

Permalink
Clean up fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitri Popov committed Sep 26, 2021
1 parent 96b6328 commit 80f065d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 16 deletions.
File renamed without changes.
18 changes: 2 additions & 16 deletions styles.css
Expand Up @@ -139,22 +139,8 @@ p.caption {
}

@font-face {
font-family: 'Barlow-Regular';
font-family: 'Barlow';
font-weight: 400;
font-style: normal;
src: url('woff/Barlow-Regular.woff2') format('woff');
src: url('fonts/Barlow-Regular.woff2') format('woff2');
}

@font-face {
font-family: 'Barlow-Medium';
font-weight: 500;
font-style: bold;
src: url('woff/Barlow-Medium.woff2') format('woff');
}

@font-face {
font-family: 'Barlow-Italic';
font-weight: 300;
font-style: italic;
src: url('woff/Barlow-Italic.woff2') format('woff');
}
Binary file removed woff/Barlow-Italic.woff2
Binary file not shown.
Binary file removed woff/Barlow-Medium.woff2
Binary file not shown.

0 comments on commit 80f065d

Please sign in to comment.