在内容/主题/中心专业/风格中。css,从第88行删除到第113行这将删除所有字体声明。
在第88行粘贴以下内容:
@font-face {
font-family: \'GothamRounded-Bold\';
font-style: normal;
font-weight: 400;
src: url(\'fonts/GothamRounded-Bold.eot\') format(\'embedded-opentype\'),
url(\'fonts/GothamRounded-Bold.otf\') format(\'opentype\'),
url(\'fonts/GothamRounded-Bold.woff\') format(\'woff\'),
url(\'fonts/GothamRounded-Bold.ttf\') format(\'truetype\'),
url(\'fonts/GothamRounded-Bold.svg#GothamRounded-Bold\') format(\'svg\');
}
@font-face {
font-family: \'GothamRounded-Light\';
font-style: normal;
font-weight: 400;
src: url(\'fonts/GothamRounded-Light.eot\') format(\'embedded-opentype\'),
url(\'fonts/GothamRounded-Light.otf\') format(\'opentype\'),
url(\'fonts/GothamRounded-Light.woff\') format(\'woff\'),
url(\'fonts/GothamRounded-Light.ttf\') format(\'truetype\'),
url(\'fonts/GothamRounded-Light.svg#GothamRounded-Light\') format(\'svg\');
}
@font-face {
font-family: \'GothamRounded-Medium\';
font-style: normal;
font-weight: 400;
src: url(\'fonts/GothamRounded-Medium.eot\') format(\'embedded-opentype\'),
url(\'fonts/GothamRounded-Medium.otf\') format(\'opentype\'),
url(\'fonts/GothamRounded-Medium.woff\') format(\'woff\'),
url(\'fonts/GothamRounded-Medium.ttf\') format(\'truetype\'),
url(\'fonts/GothamRounded-Medium.svg#GothamRounded-Medium\') format(\'svg\');
}
在内容/主题/中心pro/自定义中,将字体视为区分大小写。css第5行更改:
font-family: "Gothamrounded-medium";
至
font-family: "GothamRounded-Medium";