Best way to install Bulma (CSS Framework) with Wordpress and Genesis
quick newbie question but the answer is nowhere to be found!
I am building my site from the ground up on Wordpress with Genesis and a child theme (Minimum Pro). I am interested in implementing the Bulma CSS Framework for its ease of use. I would like to do this as efficiently as possible in terms of resources. How can I proceed?
Is loading
link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.5.2/css/bulma.min.css"
enough and optimized, or is there a way to load everything on my server if it's preferable?Should I "clean" unused default markups on my child themes' style.css file so it is lighter?
Any clarification regarding this would be much appreciated! Nicolas