Skip to content
Snippets Groups Projects
Commit c4dcd294 authored by Alf Eaton's avatar Alf Eaton Committed by Yannis Barlas
Browse files

Improve small-caps icon

parent 907170b7
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ export default {
bold: <b>Bold</b>,
superscript: <span>t<sup>x</sup></span>,
subscript: <span>t<sub>x</sub></span>,
small_caps: <span style={{ fontVariant: 'small-caps' }}>caps</span>,
small_caps: <span>T<span style={{ fontVariant: 'small-caps', fontSize: '70%' }}>T</span></span>,
heading: <span>Section Title</span>,
link: <span>Link</span>
}
......@@ -5,6 +5,6 @@ export default {
bold: <b>Bold</b>,
superscript: <span>t<sup>x</sup></span>,
subscript: <span>t<sub>x</sub></span>,
small_caps: <span style={{ fontVariant: 'small-caps' }}>caps</span>,
small_caps: <span>T<span style={{ fontVariant: 'small-caps', fontSize: '70%' }}>T</span></span>,
link: <span>Link</span>
}
......@@ -4,5 +4,5 @@ export default {
italic: <i>Ital</i>,
superscript: <span>t<sup>x</sup></span>,
subscript: <span>t<sub>x</sub></span>,
small_caps: <span style={{ fontVariant: 'small-caps' }}>caps</span>
small_caps: <span>T<span style={{ fontVariant: 'small-caps', fontSize: '70%' }}>T</span></span>
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment