Guest Posted October 17, 2020 Share Posted October 17, 2020 Hi, Does anyone know how to use different font type for different body? Example, for Paragraph 1 (P1) - I want to use Times New Roman Paragraph 3 (P3) - I want to use Helvatica condensed How do I do the custom css to assign this? I used this code: @font-face { font-family: 'TimesNew'; src: url(https://static1.squarespace.com/static/5f88591ef557bc4dba99bfcc/t/5f892ece5c38b61f0fd50432/1602825934496/times+new+roman.ttf) } P { font-family: TimesNew , openSans; } But this affects whole of the paragraph (P) , if I assign as P1 or P3 nothing happens. I am lost. Can someone help me out? Please. Thank you in advance. Link to comment
tuanphan Posted October 19, 2020 Share Posted October 19, 2020 Can you share homepage url? We can help easier 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!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.