TobyOliver Posted February 20, 2021 Share Posted February 20, 2021 Site URL: https://www.narabura.co/ I want to change my website's header (in the red circle) I've already done with the code with h1 h2 h3 , but the header still not change. Now my css code is like this I'd like to change to font 'BogueMed' according to my recent css code. Thank you so much and appreciate your help in advance. :)) Quote @font-face { font-family: 'ThaiHelvetica'; src: url(https://static1.squarespace.com/static/5f1a5f45ca5a6f1c30bd3aac/t/5f201ea6d5f9b4137eaaae69/1595940519387/DB+Helvethaica+X+Li+v3.2.ttf), } @font-face { font-family: 'BogueReg'; src: url(https://static1.squarespace.com/static/6009520ef925b727b5e3cca7/t/600c33d97ee73853feb3169e/1611412444078/Bogue+Regular.ttf) } @font-face { font-family: 'BogueSemibold'; src: url(https://static1.squarespace.com/static/6009520ef925b727b5e3cca7/t/600c3436399aeb619ee6fee1/1611412538442/Bogue+Semibold.ttf) } @font-face { font-family: 'BogueLight'; src: url(https://static1.squarespace.com/static/6009520ef925b727b5e3cca7/t/600c3e7c8c87b41f3010d819/1611415167664/Bogue+Light.ttf) } @font-face { font-family: 'BogueThin'; src: url(https://static1.squarespace.com/static/6009520ef925b727b5e3cca7/t/600c3f084955200b5b09bee3/1611415307889/Bogue+Thin.ttf) } @font-face { font-family: 'BogueMed'; src: url(https://static1.squarespace.com/static/6009520ef925b727b5e3cca7/t/600c3e0d20c2137a1c1170f3/1611415056348/Bogue+Medium.ttf) } h2{ font-family:'BogueThin'; font-size:40px; } h3{ font-family:'BogueThin'; font-size:30px; } h4{ font-family:'BogueMed'; font-size:20px; } p { font-family:'ThaiHelvetica'; font-size:24px; line-height:1; } /* title in blog detail */ h1.entry-title { font-family: 'ThaiHelveticaMed' !important; font-size:80px!important; line-height:0.8!important; } /* blog title */ h1.blog-title { font-family: 'ThaiHelvetica' !important; font-size:22px!important; line-height:0!important; } /* summary title */ a.summary-title-link { font-family: 'ThaiHelvetica'; line-height: 0.0em; font-size: 22px; } /* Summary category */ .summary-metadata-item--cats * { font-family: 'ThaiHelvetica'; line-height: 0.0em; font-size: 16px; } /* space between title - excerpt */ .summary-title { margin-bottom: 0 !important; } Link to comment
tuanphan Posted February 22, 2021 Share Posted February 22, 2021 use this CSS a#site-title { font-family: 'ThaiHelvetica'; } 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.