網站設計常用工具

SimonHeeeee發表於2020-10-18

Design tools

Design ideas:

Dribbble.com

​ Design-pattern.com

Design:

Balsamic.cloud

​ Sneakpeekit.com

Fonts:

Google fonts

Add font

go to Google fonts

Auto-generated:

<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100&family=Ubuntu:wght@700&display=swap" rel="stylesheet">

font-family: 'Montserrat', sans-serif;
font-family: 'Ubuntu', sans-serif;

Icon:

Fontawesome

CDN:

<!-- google fonts -->
<script src="https://kit.fontawesome.com/1d9373cc66.js" crossorigin="anonymous"></script>

<button type="button" class="btn btn-dark btn-lg">
  <i class="fab fa-apple"></i>
  Download
</button>

相關文章