This tool will help you to generate css for bootstrap typography by overriting fonts with google fonts.
Tool is using local storage to store the data in your browser. so start editing and may data will be with you until you clear cache.
I am quite lazy myself... that's the reason I am not creating any save button. Data will get stored in browser as soon as you type.
https://smitdesai16.github.io/bootstrap-typography-overrider/
For this example I am planning to use my 2 faviourate fonts. Josefin Sans & Quicksand
Enter this names in place of fonts (use comma seperator and please check you are not adding any unnecessary spaces).
By default display-1 is selected but you can select any type provided from following list.
- display-1
- display-2
- display-3
- display-4
- h1
- h2
- h3
- h4
- h5
- h6
I am big fan of mobile first development. I would recommend to start with mobile screen. but in this case all breakpoint values will get override anyway.. you can start from whichever breakpoint you want.
The tool will highlight current breakpoint based on your screen size.
Once you start changing value you can see result on the runtime on top.
Keep repeating step 3 until you finish all classes which you desire to override in bootstrap. Resize window to see all possible breakpoints.
Open developers tool by pressing f12 on chrome. If you are not using chrome; there will be similar way of doing this. Google is your friend.
The styles will get generated into following DOM path.
body #app .row style
Just make sure you add this styles after adding bootstrap css.
As of now, I dont have better way to get this css to you; but I welcome all suggestions. 😄