• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Inserting styles.

Engaged ,
Feb 05, 2019 Feb 05, 2019

Copy link to clipboard

Copied

Hi,

I've downloaded these styles, al based on Skolar Sans.

.regular-paragraph{

font-family: skolar-sans-latin, sans-serif;

font-weight: 400;

font-style: normal;

}

.spanBold{

font-family: skolar-sans-latin, sans-serif;

font-weight: 700;

font-style: normal;

}

.spanItalic{

font-family: skolar-sans-latin, sans-serif;

font-weight: 400;

font-style: italic;

}

------------------------

This is regular paragraph fo reading. If I want to just insert an emphasized word, or a word with a strong tag, how should I do it properly? Just wrapping the emphasized word into a <em> tag and the strong word into a <strong> tag? or should I use <span> tags with the original classes declared on style sheet?

<span class="spanItalic">emphasized</span> like this? or just <em>emphasized</em>? Orientations please. Thanks a lot.

Views

321

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation