Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

Integration von FontAwesome #48

Open
deltapapa01 opened this issue Nov 7, 2018 · 1 comment
Open

Integration von FontAwesome #48

deltapapa01 opened this issue Nov 7, 2018 · 1 comment

Comments

@deltapapa01
Copy link

Moin Moin,
ich hatte eine kurze Frage zu den Fonts. Ich hatte diese irgendwie noch gar nicht richtig in meine Umgebung integriert, was mir jetzt beim Update auf die Version 5.5.0 auffiel.
Also FontAwesome via NPM kurz nachinstalliert, alles prima.
Ich habe jetzt in meinem node_modules Ordner die entsprechenden Unterordner (node_modules@fortawesome\fontawesome-free, wie gesagt, waren vorher nicht da).
In meinem Template Root gibts ja nun auch den Webfonts Ordner, wo die Schriften lokal liegen. Welche Schriften aus welchem Ordner nimmt das Template den nun zum Anzeigen? Weil genau der gleiche Webfonts Ordner liegt ja auch unter node_modules@fortawesome\fontawesome-free. Oder wird beim kompilieren auch jedesmal der webfonts Ordner im Template Root mit eingebunden?
Dieser Zusammenhang ist mir irgendwie noch nicht ganz klar.
Und wenn ich Google Fonts mit einbinden will, mache ich das auch über den Ordner webfonts?

Vielen Dank,
deltapapa

@GASOLINE
Copy link

GASOLINE commented Dec 6, 2018

If you wanna add Google fonts add them to _variable.css in the folder scss, like so:
At the end off the file add:

//Google Fonts
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|Lato);

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants