Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. @import "_variables";
  2.  
  3. html {
  4. color: $text-color;
  5. font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'MS Pゴシック',sans-serif;
  6. }
  7.  
  8. body {
  9. position: relative;
  10. height: 100vh;
  11. background-color: #f5f9fc;
  12. }
  13.  
  14. ul {
  15. list-style: none;
  16. }
  17.  
  18. .rounded { font-family: "M PLUS Rounded 1c"; }
  19. .rounded-en { font-family: 'Quicksand', sans-serif; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement