Tesing with default fonts.

This commit is contained in:
Anuj K 2023-10-04 21:58:07 +05:30
parent 47db0dd154
commit 947ac6584c

View file

@ -1,3 +1,5 @@
/*
@font-face {
font-family: 'Montserrat-Regular';
src: url('content/fonts/Montserrat-Regular.woff2') format('woff2'),
@ -14,6 +16,8 @@
font-style: normal;
}
*/
a {
text-decoration: none !important;
color: #b4b4bb;
@ -23,7 +27,7 @@ body {
margin: 0;
padding: 0;
background: #25252d;
font-family: 'Montserrat-Regular';
font-family: sans-serif;
color: #b4b4bb;
display: flex;
min-height: 100vh;
@ -31,7 +35,7 @@ body {
}
h1, h2 {
font-family: 'Montserrat-Black';
font-weight: 900;
font-size:clamp(2.813rem,2.813vw + 2.25rem,5.625rem);
margin: 0;
padding: 0;
@ -44,7 +48,7 @@ h1, h2 {
}
h3 {
font-family: 'Montserrat-Black';
font-weight: 900;
font-size:clamp(0.813rem,0.813vw + 0.25rem,3.625rem);
}
@ -103,8 +107,8 @@ h2 {
}
.button {
font-family: 'Montserrat-Black';
padding: 1.5vw;
font-weight: 900;
margin: 2vw;
background-image: linear-gradient(145deg, #4c4dfb , #706efb);
color: #fff;
@ -135,5 +139,4 @@ p {
img {
max-width: 100%;
height: auto;
}
}