I am trying to add Adobe Fonts from my Creative Cloud to my ACS, but am coming up short when it comes to where I am supposed to put the coding. Does anyone have any additional insight on how I am supposed to do this? Or is there an easier way I'm missing? It seems kind of crazy to me that it would be this complicated to use Adobe fonts in another Adobe program...
Thanks!
解決済! 解決策の投稿を見る。
トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。
表示
返信
いいね!の合計
Add this to the head of you code.
Between <meta> and <style>
We use google fonts but will be moving to Adobe Fonts here soon.
<!--[if !mso]><!-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
<!--<![endif]-->
表示
返信
いいね!の合計
Add this to the head of you code.
Between <meta> and <style>
We use google fonts but will be moving to Adobe Fonts here soon.
<!--[if !mso]><!-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
<!--<![endif]-->
表示
返信
いいね!の合計
Also, You'd think that CC would be able to connect to ACS when it comes to using images and in your case fonts.
#oneday # hope
表示
返信
いいね!の合計
Thank you so much! For someone like me who only knows as much coding as what I can teach myself on the fly, this is very helpful. A follow-up question - how would you add this in? I tried to convert my working email into HTML, but now I can't switch it back (which is fine, it was just a test email), but not sure how I would put this into effect otherwise. Thanks again!
表示
返信
いいね!の合計
I'm not following what you mean by "I tried to convert my working email into HTML"
Do you have a screenshot of what you are referencing about?
表示
返信
いいね!の合計
I just don't know where to put this code. In the page source code? Or is it the CSS?
表示
返信
いいね!の合計
Oh!!!!
Hope this helps.