最近の検索


最近の検索はありません

Matthew Scheuerman's Avatar

Matthew Scheuerman

参加日2021年5月28日

·

前回のアクティビティ2021年10月27日

フォロー中

0

フォロワー

0

合計アクティビティ

2

投票

0

サブスクリプション

1

アクティビティの概要

さんの最近のアクティビティ Matthew Scheuerman

Matthew Scheuermanさんがコメントを作成しました:

コミュニティのコメント Discussion - Tips and best practices from the community

@Jan B,

I have been trying every permutation I can, to try to use a custom font in my theme. I am loading the font files into the assets tool, and I am using the following CSS:

@font-face {

font-family: 'Regular';

src: local ('Regular'),

src: url('//mycompany.zendesk.com/hc/theme_assets/596873/200073129/museosans_900-webfont.eot'),

src: url('//mycompany.zendesk.com/hc/theme_assets/596873/200073129/museosans_900-webfont.eot?#iefix'),

  url('//mycompany.zendesk.com/hc/theme_assets/596873/200073129/museosans_900-webfont.woff2') format('woff2'), 

url('//mycompany.zendesk.com/hc/theme_assets/596873/200073129/museosans_900-webfont.woff') format('woff'),

url('//mycompany.zendesk.com/hc/theme_assets/596873/200073129/museosans_900-webfont.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;

}

 

 

.searchbox_header { 

  font-family: 'Regular'; 

}

 

 

Any advice would be greatly appreciated. Thanks!

コメントを表示 · 投稿日時:2014年11月04日 · Matthew Scheuerman

0

フォロワー

0

投票

0

コメント