Skip to content
Snippets Groups Projects
Commit a9028597 authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Add font-family for card css

parent c92650e4
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,7 @@
overflow: hidden;
box-shadow: 0px 5px 25px 5px $ui-black-transparent;
align-items: center;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.header-buttons {
......@@ -162,7 +163,6 @@
font-size: 0.85rem;
margin: 14px 0px;
text-align: center;
font-family: "Helvetica Neue";
font-weight: bold;
text-align: center;
}
......@@ -198,7 +198,6 @@
display: flex;
align-items: center;
color: $ui-white;
font-family: "Helvetica Neue";
font-size: 12px;
font-weight: bold;
line-height: 15px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment