#1. Yes, you need to upload all and the code will be like this
@font-face {
font-family: 'Switzer Bold';
src: url(enter url to bold file);
}
@font-face {
font-family: 'Switzer Regular';
src: url(enter url to regular file);
}
@font-face {
font-family: 'Switzer Italic';
src: url(enter url to italic file);
}
#2. You can target BLOCK ID, some thing like this
#block-id1 h1 {
font-family: 'Switzer Bold';
}
#block-id2 h1 {
font-family: 'Switzer Italic';
}
Use this tool to find id: https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff