generated from Templates/html-nginx-deployment
All checks were successful
Home Cluster Builds/wedding-page/pipeline/head This commit looks good
72 lines
1.2 KiB
CSS
72 lines
1.2 KiB
CSS
/* Cinzel */
|
|
@font-face {
|
|
font-family: Cinzel;
|
|
src: url(../fonts/Cinzel-Regular.ttf);
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Cinzel;
|
|
src: url(../fonts/Cinzel-Medium.ttf);
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Cinzel;
|
|
src: url(../fonts/Cinzel-SemiBold.ttf);
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Cinzel;
|
|
src: url(../fonts/Cinzel-Bold.ttf);
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Cinzel;
|
|
src: url(../fonts/Cinzel-ExtraBold.ttf);
|
|
font-weight: 800;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Cinzel;
|
|
src: url(../fonts/Cinzel-Black.ttf);
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
}
|
|
|
|
.font-cinzel-regular {
|
|
font-family: Cinzel;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.font-cinzel-medium {
|
|
font-family: Cinzel;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.font-cinzel-semi-bold {
|
|
font-family: Cinzel;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.font-cinzel-bold {
|
|
font-family: Cinzel;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.font-cinzel-extra-bold {
|
|
font-family: Cinzel;
|
|
font-weight: 800;
|
|
}
|
|
|
|
.font-cinzel-extra-black {
|
|
font-family: Cinzel;
|
|
font-weight: 900;
|
|
} |