Skip to content

Commit

Permalink
Add RobotoMono medium for text area display
Browse files Browse the repository at this point in the history
  • Loading branch information
EHJ-52n committed Jun 4, 2024
1 parent 4670fed commit d919e20
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
Binary file added public/fonts/RobotoMono-Medium.eot
Binary file not shown.
Binary file added public/fonts/RobotoMono-Medium.ttf
Binary file not shown.
Binary file added public/fonts/RobotoMono-Medium.woff
Binary file not shown.
4 changes: 1 addition & 3 deletions public/stylesheets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ select {
padding: 6px 6px;
outline: none;
border-radius: 5px;
font: 14px 'Poppins-Regular', sans-serif;
font: 14px 'RobotoMono-Medium', monospace;
color: #777;
width: 210px;
max-width: 100%;
Expand Down Expand Up @@ -229,5 +229,3 @@ legend span {
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }


8 changes: 8 additions & 0 deletions public/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,11 @@ label {
url('../fonts/Poppins-Medium.woff') format("woff"),
url('../fonts/Poppins-Medium.ttf') format('truetype');
}

@font-face {
font-family: 'RobotoMono-Medium';
src: url('../fonts/RobotoMono-Medium.eot');
src: url('../fonts/RobotoMono-Medium.eot?#iefix') format("embedded-opentype"),
url('../fonts/RobotoMono-Medium.woff') format("woff"),
url('../fonts/RobotoMono-Medium.ttf') format('truetype');
}

0 comments on commit d919e20

Please sign in to comment.