
07-07-2017, 05:10 PM
|
 |
Ecwid Team
|
|
Join Date: Nov 2016
Posts: 151
|
|
Hi!
Thank you for the clarification!
DIN Next Light font is not a default one and in order to apply the font to all texts in your Ecwid store, you need to add it using the following CSS rule (paste the rule in a new CSS theme in Ecwid control panel->Settings->Design->Create Theme):
Code:
@font-face {
font-family: DIN NEXT LIGHT;
src: url(fonts/DIN NEXT LIGHT.ttf); }
Please note that you need to replace "fonts/DIN NEXT LIGHT.ttf” with a font file path on your server. Then, to apply the font, add the following rule to your CSS theme:
Code:
.ecwid div, .ecwid span, .ecwid a, .ecwid p {
font-family: DIN NEXT LIGHT
}
Please remember to activate the theme and save the changes.
Just in case, here you can find an instruction on how to change default fonts in Ecwid store: https://support.ecwid.com/hc/en-us/a...in-Ecwid-store
That’s it! If any other questions arise — feel free to ask. We will be glad to answer and help.
Best regards,
Una Q.,
Ecwid Support Team
|