8000 Add Helvetica Neue to sans-family mixin · stephancom/activeadmin@67801c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 67801c1

Browse files
javierjuliotimoschilling
authored andcommitted
Add Helvetica Neue to sans-family mixin
This is now consistent with the root typography.scss file that also uses Helvetica Neue.
1 parent 078f234 commit 67801c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@mixin sans-family {
2-
font-family: Helvetica, Arial, sans-serif;
2+
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
33
}

0 commit comments

Comments
 (0)
0