.m-text.m-big {
font-size: 117%;
}
+.m-text.m-strong {
+ font-weight: bold;
+}
+.m-text.m-em {
+ font-style: italic;
+}
h1 .m-thin, h2 .m-thin, h3 .m-thin, h4 .m-thin, h5 .m-thin, h6 .m-thin {
font-weight: normal;
}
.m-text.m-big {
font-size: 117%;
}
+.m-text.m-strong {
+ font-weight: bold;
+}
+.m-text.m-em {
+ font-style: italic;
+}
h1 .m-thin, h2 .m-thin, h3 .m-thin, h4 .m-thin, h5 .m-thin, h6 .m-thin {
font-weight: normal;
}
.m-text.m-big {
font-size: 117%;
}
+.m-text.m-strong {
+ font-weight: bold;
+}
+.m-text.m-em {
+ font-style: italic;
+}
h1 .m-thin, h2 .m-thin, h3 .m-thin, h4 .m-thin, h5 .m-thin, h6 .m-thin {
font-weight: normal;
}
adipiscing elit. Vivamus ultrices a erat eu suscipit. Aliquam pharetra
imperdiet tortor sed vehicula.</p>
+Besides :html:`<strong>` and :html:`<em>` you can use :css:`.m-strong` or
+:css:`.m-em` CSS class together with :css:`.m-text` to achieve the same effect
+without using those particular tags.
+
+.. code-figure::
+
+ .. code:: html
+
+ <p>Lorem ipsum dolor sit amet; <span class="m-text m-strong">strong text</span>;
+ consectetur adipiscing elit. <span class="m-text m-em">Emphasised.</span></p>
+
+ .. raw:: html
+
+ <p>Lorem ipsum dolor sit amet; <span class="m-text m-strong">strong text</span>;
+ consectetur adipiscing elit. <span class="m-text m-em">Emphasised.</span></p>
+
`Button links`_
===============
right now</s> oh, there is also <mark>marked text</mark> and
<code>int a = some_code();</code>.
+.. note-info::
+
+ The Components page has additional information about
+ `text styling <{filename}/css/components.rst#text>`_.
+
`Text alignment`_
=================