I'm looking for a solution to embed Google Fonts or any other custom fonts in Less CSS.
How can I embed the given font?
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,600italic,700,700italic,900,900italic,400italic' rel='stylesheet' type='text/css'>
Try:
@import (css) url(...)
Keeps the import statement as-is on top.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With