Files
wedding-page/html/static/css/font-amelia-giovani.css
Sciocatti 3649d0c30c
All checks were successful
Home Cluster Builds/wedding-page/pipeline/head This commit looks good
Loading page and landing page initial styling.
2023-01-08 00:27:59 +02:00

11 lines
233 B
CSS

@font-face {
font-family: AmeliaGiovani;
src: url(../fonts/Amelia\ Giovani\ Regular.otf);
font-weight: 400;
font-style: normal;
}
.font-amelia-giovani-regular {
font-family: AmeliaGiovani;
font-weight: 400;
}