bigbluebutton-Github/bigbluebutton-html5/client/stylesheets/fontSizing.css
2016-05-06 12:46:14 -05:00

20 lines
195 B
CSS
Executable File

.extraSmallFont {
font-size: 0.5rem;
}
.smallFont {
font-size: 1.0rem;
}
.mediumFont {
font-size: 1.5rem;
}
.largeFont {
font-size: 2.0rem;
}
.extraLargeFont {
font-size: 3.0rem;
}