This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.columnizer .frame { display: table } | |
.columnizer .column { display: table-cell } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Include Roboto Condensed font in your project | |
* | |
* Download Roboto Condensed ttf files from Google Fonts and place it in the same directory of this CSS file | |
* You can then use this font in your project by setting | |
* font-face: "Roboto Condensed", Helvetica, Arial, sans-serif; | |
* | |
* @author Mattia Migliorini (deshack) | |
* @license MIT | |
*/ |
NewerOlder