ONTRA-9853
#Comments Adds weight and additional font styles
This commit is contained in:
parent
9cebdfda76
commit
aa4837a63f
@ -154,10 +154,18 @@ Fonts
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.opt-bold {
|
||||
.opt-bold.opt-bold.opt-bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.opt-italic.opt-italic.opt-italic {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.opt-underline.opt-underline.opt-underline {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.opt-big {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user