diff --git a/css/fonts/RowellaSans.ttf b/css/fonts/RowellaSans.ttf new file mode 100644 index 0000000..bd678eb Binary files /dev/null and b/css/fonts/RowellaSans.ttf differ diff --git a/css/fonts/RowellaSans.x1.5.ttf b/css/fonts/RowellaSans.x1.5.ttf new file mode 100644 index 0000000..1ae4193 Binary files /dev/null and b/css/fonts/RowellaSans.x1.5.ttf differ diff --git a/css/style.css b/css/style.css index 7538fc2..f588e94 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,11 @@ +/* Import fonts */ +@font-face { + font-family: 'RowellaSans'; + font-style: normal; + font-weight: 400; + src: local('RowellaSans'), url(fonts/RowellaSans.ttf) format('truetype'); +} + /* Main area sizes */ body { @@ -173,8 +181,15 @@ pre.post-view-area { margin-right: 10px; min-height: 380px; /* Overriding Bootstrap */ - font-size: 14px; - line-height: 18px; + font-size: 13px; + line-height: 13px; +} +tt { + font-family: RowellaSans, monospace; +} + +pre.post-view-area { + font-family: RowellaSans, monospace; } tr.board-entry, @@ -883,4 +898,4 @@ input[type="file"].fileuploadbox { .user-profile-anchor:not(:first-child) { margin-left: 5px; -}; \ No newline at end of file +};