Skip to content

Commit

Permalink
add font for download button
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Mar 2, 2023
1 parent 9cfebec commit e28b10f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added css/MaterialIconsRound-Regular.otf
Binary file not shown.
9 changes: 9 additions & 0 deletions css/local.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
url(/css/MaterialIcons-Regular.ttf) format('truetype');
}

@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: local('Material Icons'),
local('MaterialIconsRound-Regular'),
url(/css/MaterialIconsRound-Regular.otf) format('truetype');
}

.material-icons {
font-family: 'Material Icons';
font-weight: normal;
Expand Down

0 comments on commit e28b10f

Please sign in to comment.