Search
 
SCRIPT & CODE EXAMPLE
 

HTML

custom font family tailwind

// Main CSS file
// Add Google Fonts Import

// ---style.css---
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap');


// ---tailwind.config.js----
module.exports = {
  content: [],
  theme: {
    fontFamily: {
      // Add your custom fonts and enjoy.
      'Inter': ["Inter", "Sans-serif"]
    },
    extend: {},
  },
  plugins: [],
}
Comment

tailwind font normal style

---------------|---------------------
Class          |  Properties
---------------|---------------------
italic	       |  font-style: italic;
not-italic     |  font-style: normal;
---------------|---------------------
font-bold      | font-weight: 700;
font-extrabold | font-weight: 800;
Comment

PREVIOUS NEXT
Code Example
Html :: pass button value to javascript function 
Html :: angular html variable 
Html :: ONLINE VIDEO CALL FOR MY WEBSITE CODE 
Html :: html tutorial 
Html :: html entity close 
Html :: regex cheat sheet 
Html :: html ol vs ul 
Html :: html <aside element 
Html :: boots form 
Html :: how to make text bold in html 
Html :: HTML <sup Element 
Html :: footer html stack overflow 
Html :: website design codes 
Html :: custom video player html5 books 
Html :: disabling cach using meta tag 
Html :: js date for site 
Html :: Creating WebLinks in a ReadME 
Html :: am pm after the time in html 
Html :: open in new tab html 
Html :: html chessboard embedding 
Html :: twitter html 
Html :: <input type="hidden" name="csrfmiddlewaretoken" value="TNNT72Wz6HAqopeqbKM4JbX21iWVhZudluidEACoyvh8DoUcJAPcp0RQaVwmS06m" 
Html :: vmware workstation ubuntu 16.10 
Html :: insert html in word 
Html :: Reveal css animations 
Html :: autoplay controls html5 
Html :: html how to nest 2 tags 
Html :: body html 
Html :: uwp remove splash screen 
Html :: mp4 start time html 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =