Skip to content

Commit

Permalink
style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
aililiu1122 authored Dec 31, 2024
1 parent 1cf6cc3 commit e1880e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* Load the Roxborough CF Font */
@font-face {
font-family: 'Roxborough CF';
src: url('fonts/roxborough-cf-regular.woff2') format('woff2'),
url('fonts/roxborough-cf-regular.woff') format('woff'),
url('fonts/roxborough-cf-regular.eot') format('embedded-opentype');
src: url('roxborough-cf-regular.woff2') format('woff2'),
url('roxborough-cf-regular.woff') format('woff'),
url('roxborough-cf-regular.eot') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
Expand Down Expand Up @@ -192,4 +192,4 @@
font-size: 1.2rem;
}
}


0 comments on commit e1880e2

Please sign in to comment.