Created
December 3, 2017 07:38
-
-
Save FlandreDaisuki/d584cf6f3acc754deb962e503ff6839a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@font-face { | |
font-family: japarifont; | |
src: url(https://cdn.rawgit.com/aratama/kemonogen/417db197/docs/japarifont.woff) | |
format('woff'); | |
font-weight: normal; | |
font-style: normal; | |
} | |
.name { | |
font-size: 16px; | |
} | |
.name::after { | |
content: 'フレンズ'; | |
font-family: japarifont; | |
font-weight: initial; | |
margin: 0 4px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment