diff --git a/less/type.less b/less/type.less index 0d56219340..11c8718791 100644 --- a/less/type.less +++ b/less/type.less @@ -8,9 +8,6 @@ p { margin: 0 0 @baseLineHeight / 2; - font-family: @baseFontFamily; - font-size: @baseFontSize; - line-height: @baseLineHeight; small { font-size: @baseFontSize - 2; color: @grayLight;