Files
Websites/Profice WebSite/style/fonts.css
2026-03-03 13:17:38 +01:00

18 lines
387 B
CSS

/* Local Montserrat Font Declaration */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('../fonts/montserrat-regular.ttf') format('truetype');
}
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url('../fonts/montserrat-bold.ttf') format('truetype');
}