bigbluebutton-Github/bigbluebutton-html5/client/stylesheets/fontSizing.css

20 lines
195 B
CSS
Raw Normal View History

2016-05-07 01:46:14 +08:00
.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;
}