this post was submitted on 11 Jun 2023
1 points (100.0% liked)

Programming

59 readers
1 users here now

This magazine is dedicated to discussions on programming languages, software development, and coding. Whether you are a beginner programmer or an experienced developer, this is the place for you. Here you can share your knowledge, ask questions, and engage in discussions on topics such as coding languages, software engineering, web development, and more. From the latest trends and frameworks to tips and tricks for debugging, this category covers a wide range of topics related to programming.

founded 2 years ago
 

If you use font-awesome, and you don't like to load 80kb+ for few icons, this guide is for you. Caution: I'm mostly php developer, so this guide is without advanced js stuff. We will use https://github.com/omacranger/fontawesome-subset to do this Install node.js if you don't have Install fontawesome-subset npm install --save-dev fontawesome-subset Install fontawesome npm install --save-dev @fortawesome/fontawesome-free@5.15.4 Note: we use 5.15.4 version because it is much more simple and lighter.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here