Example to add Adelle-Regula font to default oc theme.
Method. 1
1. Use web fonts generator like https://transfonter.org/
2. Click add fonts and select Adelle_Reg.otf from your disk.
3. Download the generated fonts.
3. Upload web fonts (Adelle-Regular.woff, Adelle-Regular.woff2) to catalog\view\theme\default\stylesheet.
4. Add this code to catalog/view/theme/default/stylesheet/stylesheet.css in the top.
5. Now you have font family called'Adelle Rg'
in the 'catalog/view/theme/default/stylesheet/stylesheet.css' change
to
Method. 1
1. Use web fonts generator like https://transfonter.org/
2. Click add fonts and select Adelle_Reg.otf from your disk.
3. Download the generated fonts.
3. Upload web fonts (Adelle-Regular.woff, Adelle-Regular.woff2) to catalog\view\theme\default\stylesheet.
4. Add this code to catalog/view/theme/default/stylesheet/stylesheet.css in the top.
Code: Select all
@font-face {
font-family: 'Adelle Rg';
src: url('Adelle-Regular.woff2') format('woff2'),
url('Adelle-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
in the 'catalog/view/theme/default/stylesheet/stylesheet.css' change
Code: Select all
body {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
color: #666;
font-size: 12px;
line-height: 20px;
width: 100%;
}
Code: Select all
body {
font-family: 'Adelle Rg', 'Open Sans', sans-serif;
font-weight: 400;
color: #666;
font-size: 12px;
line-height: 20px;
width: 100%;
}
If it works don't forget to add [S0LVED] to the start of this topic title.Rupesh Verma wrote: ↑Sat May 11, 2024 10:49 pmThanks for the guidefont generator @moshair. I'll try it.
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
Legendary Member
Who is online
Users browsing this forum: No registered users and 21 guests