Skip to content

common-nanum-square by onedge

Details

Authoronedge

LicenseNo License

Categoryuserstyles

Created

Updated

Size434 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Tweaks for default font as nanum-square

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           common nanum-square
@version        1.0.0
@description    nanum-square as default font
@author         onedge
@preprocessor stylus
==/UserStyle== */

@import url('https://cdn.rawgit.com/innks/NanumSquareRound/master/nanumsquareround.min.css')

$font-family = 'NanumSquareRound', sans-serif

@-moz-document domain("m.clien.net") {
  body {
    font-family: $font-family !important
  }
}

Reviews

No reviews yet.