mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2025-09-10 16:27:22 +00:00
updating font
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user