Skip to content

de-liker/gcss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pkg gcss

gcss is DE LIKER's CSS reset with minimum default style.

Installation

yarn add @de-liker/gcss

Usage

Put belows to your HTML

   <link rel="preconnect" href="https://fonts.gstatic.com">
   <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/yakuhanjp.min.css">
   <link href="https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,400,700&display=swap&subset=japanese" rel="stylesheet">
   <link rel="stylesheet" href="https://rsms.me/inter/inter.css">

And include g.css to your product.

License

MIT License