Skip to content

Commit

Permalink
CDN added
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyaskr1409 committed Nov 1, 2024
1 parent c7505f5 commit 798ea88
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 13 deletions.
Binary file not shown.
Binary file removed assets/fonts/Catchy Mager/catchymager_normal.ttf
Binary file not shown.
6 changes: 4 additions & 2 deletions assets/fonts/Catchy Mager/stylesheet.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@font-face {
/* @font-face {
font-family: 'Catchy Mager';
src: url('catchymager_normal.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
} */

@import url('https://fonts.cdnfonts.com/css/catchy-mager');
Binary file removed assets/fonts/EuroRoman/eurr____.ttf
Binary file not shown.
6 changes: 4 additions & 2 deletions assets/fonts/EuroRoman/stylesheet.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@font-face {
/* @font-face {
font-family: 'EuroRoman';
src: url('eurr____.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
} */

@import url(https://db.onlinewebfonts.com/c/7be291f06a538e7e0226d05c2dd3dab6?family=EuroRoman);
Binary file not shown.
6 changes: 4 additions & 2 deletions assets/fonts/Nexa Rust/stylesheet.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@font-face {
/* @font-face {
font-family: 'Nexa Rust';
src: url('NexaRustSlab-BlackShadow01.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
} */

@import url('https://fonts.cdnfonts.com/css/nexa-rust-extras');
Binary file removed assets/fonts/Raleway/Raleway-Medium.ttf
Binary file not shown.
8 changes: 2 additions & 6 deletions assets/fonts/Raleway/stylesheet.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
@font-face {
font-family: 'Raleway';
src: url('Raleway-Medium.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@import
url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ body {
margin-bottom: 10px;
text-align: center;
font-size: 54px;
font-family: Nexa Rust;
font-family: Nexa Rust Slab;

#text_2_small {
font-size: 23px;
Expand Down

0 comments on commit 798ea88

Please sign in to comment.