Skip to content

Commit

Permalink
mixins: Add monospace-font()
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Jan 19, 2024
1 parent 1168bff commit c57458a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions asset/css/mixin/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@
overflow: hidden;
text-overflow: ellipsis;
}

.monospace-font() {
font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
}

0 comments on commit c57458a

Please sign in to comment.