Skip to content

Commit

Permalink
https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/SVG_fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
ThakaRashard authored Jun 29, 2024
1 parent a89bedf commit 9874522
Show file tree
Hide file tree
Showing 3 changed files with 347 additions and 1 deletion.
8 changes: 8 additions & 0 deletions _sass/fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,11 @@
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: Cluster;
src: url(https://raw.githubusercontent.com/ThakaRashard/thakarashardOLD/master/assets/fonts/clusrg__.ttf);
url('../fonts/clusrg__.ttf') format('truetype')
url('../fonts/clusrg__.svg') format('svg')
}

Loading

0 comments on commit 9874522

Please sign in to comment.