change of typography

0

I am a web design student, we have a project about a wine store. The problem is when I include the bootstrap.min.css (I'm using bootstrap 4.1.1) I change all the typography and I really do not know where I should make the changes, I need help seriously! : '(

    
asked by Sammy Rojas 08.06.2018 в 05:16
source

1 answer

1

Open the bootstrap.css file (not the min.css) and there you will have all the readable CSS.

Once there you search: Font-Family and change it to the font you want. Many sources can be found at link

Another more convenient way but, to not touch the original CSS, would be that you create your CSS, call that file from your HTML file and you are ready and add the corresponding CSS line to change the font.

I leave you a web with more info: link

    
answered by 08.06.2018 в 09:44