And how do I use code from a cdn link in html and css?
For CSS:
<link rel="stylesheet" href="path/to/your/cdn/style" />
For JavaScript:
<script src="path/to/js"></script>