Answers for "nuxtjs custom font"

0

nuxtjs custom font

$font-family:'Ubuntu'

.v-application {
  [class*='text-'] {
    color: #36405a;
    font-family: $font-family, sans-serif !important;
  }
  font-family: $font-family, sans-serif !important;
}
Posted by: Guest on May-09-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language