How to change Blog Tag & Pagination to Custom Font

To change Blog Tag & Pagination to Custom Font in Squarespace.

You can use this code to Website Tools > Custom CSS.

.item-pagination-prev-next, a.blog-item-tag.blog-item-tag--design {
    font-family: 'ibm-plex-mono' !important;
}

Replace ‘ibm-plex-mono’ with your custom font name. And remember you declared @font-face for this font.