fix: fixed cooper black

This commit is contained in:
Rushil Umaretiya 2022-05-04 20:37:07 -04:00
parent 0e895bb2c4
commit 45da8c57e3
3 changed files with 7 additions and 6 deletions

View File

@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RU4U?</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://use.typekit.net/gll1fab.css">
</head>
<body>
<nav>

View File

@ -119,7 +119,7 @@ section {
flex-direction: column;
padding-left: 5vw;
font-size: 4rem;
font-family: "Cooper Black", "Arial Black", sans-serif;
font-family: cooper-black-std, "Arial Black", sans-serif;
color: #DA3252;
line-height: 1;
background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(245, 246, 252, 0.52)), to(rgba(255, 255, 255, 0))), url("/res/banner.png");
@ -258,7 +258,7 @@ section {
}
#cta h1 {
font-family: "Cooper Black", cursive;
font-family: cooper-black-std, cursive;
font-size: 2rem;
line-height: 1;
}
@ -272,7 +272,7 @@ section {
}
#cta p {
font-family: "Cooper Black", sans-serif;
font-family: cooper-black-std, sans-serif;
font-size: 1.5rem;
color: #4b4b4b;
line-height: 4;

View File

@ -74,7 +74,7 @@ section
flex-direction: column
padding-left: 5vw
font-size: 4rem
font-family: "Cooper Black", "Arial Black", sans-serif
font-family: cooper-black-std, "Arial Black", sans-serif
color: #DA3252
line-height: 1
background-image: linear-gradient(to right, rgba(245, 246, 252, 0.52) 50%, rgba(255, 255, 255, 0)), url("/res/banner.png")
@ -157,7 +157,7 @@ section
background: #FDFD96
h1
font-family: "Cooper Black", cursive
font-family: cooper-black-std, cursive
font-size: 2rem
line-height: 1
@ -169,7 +169,7 @@ section
text-decoration: underline
p
font-family: "Cooper Black", sans-serif
font-family: cooper-black-std, sans-serif
font-size: 1.5rem
color: #4b4b4b
line-height: 4