What an awesome fonts for text are you using here? I want to have same, would be great if someone will tell me how and where I can change them, same as here. Thanks!
What an awesome fonts for text are you using here? I want to have same, would be great if someone will tell me how and where I can change them, same as here. Thanks!
Create a directory on the root folder or upload your custom font in any existing folder.
Open the extra.less and customize the bellow codes.
Apply the font family anywhere you want.
CSS:
@font-face{font-family: lipi;src:url(/media/fonts/SolaimanLipi.woff2); // Here will be the URL of your font. //
font-weight: 400;}/* I am applying it to post description */.message-body{font-family: lipi;font-size: 14px;}