Add Custom Fonts
How to Load Local Fonts in the template for Joomla 4



Last updated
How to Load Local Fonts in the template for Joomla 4



Last updated
@font-face {
font-family: 'Gaspar Regular';
src: url('../fonts/gaspar_regular.woff') format('woff');
}
@font-face {
font-family: 'Gaspar Italic';
src: url('../fonts/gaspar_italic.woff') format('woff');
}
@font-face {
font-family: 'Gaspar Bold';
src: url('../fonts/gaspar_bold.woff') format('woff');
}
@font-face {
font-family: 'Gaspar Bold Italic';
src: url('../fonts/gaspar_bolditalic.woff') format('woff');
}body {
font-family: 'Gaspar Regular';
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
font-family: 'Gaspar Bold';
}