Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は現在質問があります、グーグル検索もStackoverflowsearchも役に立ちませんでした。現在、MacとPCで異なるフォントを表示する際にいくつかの問題が発生しています。今私の質問は次のとおりです。WindowsユーザーとMacユーザーに異なるフォントを使用できますか?
JavaScriptを使用できます:
if(navigator.userAgent.indexOf('Mac') > 0) $('body').addClass('mac-os');
これにより、ユーザーが Mac の場合、ボディがクラス (mac-os) を取得します。
クラスにカスタムフォントを追加できます