Skip to content

Commit f22bed6

Browse files
committed
added font to buttons
1 parent 7017953 commit f22bed6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/styles/components/_buttons.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
border-width: 1px;
6666
border-radius: 3px;
6767
cursor: pointer;
68-
font-size: $button-text-size;
6968
line-height: 1.5em;
69+
font: normal 13px monaco, Consolas, "Lucida Console", monospace, Arial, sans-serif;
70+
font-size: $button-text-size;
7071
}

0 commit comments

Comments
 (0)