// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.

//
// Office UI Fabric
// --------------------------------------------------
// Fabric Core Typography mixins

@mixin ms-baseFont {
  font-family: $ms-font-family-base;
  -webkit-font-smoothing: antialiased;
}
