I'm trying to override bootstrap's default fonts,
but all answers tell me to load my custom CSS file after I load bootstrap's CSS file, although I'm using bootstrap in asp.net project, so I think this is not possible (failed to achieve that).
so what is the best practice to override bootstrap's fonts ?
I'm trying to find a simple way without modifying bootstrap's file
nor using !important
statements.
many thanks in advance. =)