Hello,
I'm trying implement some custom CSS using an internal font. Here is what I have so far but cannot get it to work. instead I am only seeing the default font, or Helvetica:
@font-face {
font-family: 'RocketSans', sans-serif;
src: url('https://www.rockomni.com/mcds/assets/GlobalContent/NonStockImages/Fonts/RocketSans-Regular.woff2');
}
h1, h2, h3, h4, h5, h6, p, div, span, a,
body {
font-family: RocketSans, Helvetica, 'Helvetica Neue', Arial, sans-serif;
}
I also tried this from another example I found here:
@import url('https://www.rockomni.com/mcds/assets/GlobalContent/NonStockImages/Fonts/RocketSans-Regular.woff2');
.Skin .QuestionText {
font-family: 'RocketSans-Regular', Helvetica, 'Helvetica Neue', Arial, sans-serif;
}
.Skin .QuestionBody {
font-family: 'RocketSans-Regular', Helvetica, 'Helvetica Neue', Arial, sans-serif;
}
Is there another way I can write this to get the intended results?
Thank you,
Brian H.
Custom CSS
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

Hope it helps!