1
0
Fork 0
mirror of https://github.com/prurigro/hypothetical.git synced 2025-04-12 08:41:33 -04:00

Don't apply the font-style and font-weight a second time in the mixin

This commit is contained in:
Kevin MacMartin 2017-03-29 22:54:37 -04:00
parent 7626ab325b
commit 095b4f54a8

View file

@ -13,6 +13,4 @@
@mixin font-sans {
font-family: OpenSans-Regular, Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: normal;
}