updating font

This commit is contained in:
rheabhutada02
2022-11-20 23:50:54 -08:00
parent 4c5132c2b2
commit 1055f7ef26
3 changed files with 100 additions and 0 deletions

View File

@@ -1,5 +1,10 @@
/* homepage.css */
@font-face {
font-family: "testFont";
src: url(CoveredByYourGrace-Regular.ttf);
}
/* Color*/
body{
/*background-color: #97a5bd*/
@@ -23,6 +28,7 @@ body{
text-align: center;
color: #e4c3d2;
font-size: 6rem;
font-family: 'testFont';
}
.body-container {
@@ -46,6 +52,7 @@ body{
text-align: center;
font-size: 4rem;
color: #e4c3d2;
font-family: 'testFont'
}
img#create-btn {