Sure, this is what I currently have set up for the the headings and main navigation menu:
@font-face {
font-family: 'BARLOW';
src: url('https://static1.squarespace.com/static/569cf0841c1210c8103543c7/t/623d9129f105000f7aa18dfe/1648202026027/BarlowSemiCondensed-Bold.ttf'); }
h1 {font-family: 'BARLOW';}
h2 {font-family: 'BARLOW';}
h3 {font-family: 'BARLOW';}
.banner-thumbnail-wrapper .desc-wrapper * {
font-family: 'BARLOW';
}
@font-face {
font-family: 'BARLOW-MEDIUM';
src: url('https://static1.squarespace.com/static/569cf0841c1210c8103543c7/t/623d956fee3487035071be68/1648203120000/BarlowSemiCondensed-Medium.ttf'); }
#mainNavigation div a {
font-family: BARLOW-MEDIUM;
}
However it doesn't carry over to the title and text on a gallery image.