Adding a new font
-
I need to add the font BirchStd for the menu at https://crrmove.us (temporary URL). I tried adding to the css in a new menu theme so it looks like:
#{$wrap} #{$menu} {
/** Custom styles should be added below this line **/@font-face{
font-family: BirchStd;
src: url(‘/fonts/BirchStd.eot’); /* For IE */
}@font-face{
font-family: BirchStd;
src: local(‘BirchStd’), url(‘/fonts/BirchStd.otf’) format(‘opentype’); /* For non-IE */
}}
#{$wrap} {
clear: both;
}but it doesn’t show up in the dropdown menu. How do I add a new font?
Thanks,
Dan
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Adding a new font’ is closed to new replies.