// Site Navigation //
.header-nav-item a {
font-family: Univers UltraC !important;
}
Any help on getting them to show or directing me to a Univers Ultra Condensed equivalent that's already available in Squarespace's site editor would be greatly appreciated. 🙂
Using Custom Font in York Template
in Site Design & Styles
Posted
Site URL: http://jonhalldesigns.com
Hey everyone!
I'm trying to use Univers Ultra Condensed for my site. This is my first journey into using custom CSS. I found code(s) to use but they aren't showing:
@font-face {
font-family: Univers UltraC;
src: url(https://static1.squarespace.com/static/58f012b315d5db893a71c3fa/t/631f3e44848110240d4fedf5/1662991940904/UniversLTStd-UltraCn.otf);
}
h1 {
font-family: 'Univers UltraC';
}
.sqsrte-large {
font-family: 'Univers UltraC';
}
// Site Navigation //
.header-nav-item a {
font-family: Univers UltraC !important;
}
Any help on getting them to show or directing me to a Univers Ultra Condensed equivalent that's already available in Squarespace's site editor would be greatly appreciated. 🙂