Guest Posted April 30, 2021 Posted April 30, 2021 Hi, I have added custom css as follows as I want to add my own font advio, advio light and advio bold I think I am missing something ? Please please help @font-face { font-family: 'advio '; src: url(https://static1.squarespace.com/static/608b0c3418410c10668c835e/t/608b0eedae3e6753de15e544/1619726061842/Advio.otf); } @font-face { font-family: 'advio light '; src: url(https://static1.squarespace.com/static/608b0c3418410c10668c835e/t/608b13ebf495983e07ab5aa5/1619727339238/Advio+Light.otf); } @font-face { font-family: 'advio bold '; src: url(https://static1.squarespace.com/static/608b0c3418410c10668c835e/t/608b1203f7d01333461ecee0/1619726851459/Advio+Bold.otf) } h1 { font-family:'advio'; } h2 { font-family:'advio light'; } h3 {font-family: 'advio bold'; }
tuanphan Posted May 3, 2021 Posted May 3, 2021 Hi. The code looks correct. What problem here? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.