When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. .fa-select { font-family: 'Lato', 'Font Awesome 5 Free'; font-weight: 900; } Edit: If you are mixing Solid Icons with Brand Icons in the select, change the CSS as follows: .fa-select { font-family: 'Lato', 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; font-weight: 900; }

  3. For a start, you shouldn't have both font-awesome.css and font-awesome.min.css. Generally, use font-awesome.css during development, then switch to font-awesome.min.css once you're happy with the site. Problems like this are often caused by relative paths and locations, so check where your html file is in relation to the css.

  4. Use Font Awesome Icons in CSS - Stack Overflow

    stackoverflow.com/questions/14736496

    Font Awesome v5 uses other font names than older versions: For FontAwesome v5, Free Version, use: font-family: "Font Awesome 5 Free" For FontAwesome v5, Pro Version, use: font-family: "Font Awesome 5 Pro" Note that you should set the same font-weight property, too (seems to be 900).

  5. html - Font Awesome & Unicode - Stack Overflow

    stackoverflow.com/questions/17254339

    There are three different font families that I know of that you can choose from and each has its own weight element that needs to be applied: First. font-family: 'Font Awesome 5 Brands'; content: "\f373"; Second. font-family: 'Font Awesome 5 Free'; content: "\f061"; font-weight: 900; Third.

  6. To change font while user type in your text input, just add your font after font awesome .fa-placholder { font-family: "FontAwesome", "Source Sans Pro"; } Share

  7. First the recommended SCSS imports with ~ node_modules path as seen in other posts: Then you'll have the file-loader config targeting font files (above). To the file-loader options you want to add the esModule: false option. Note that this could mess with other fonts you may be importing outside of SCSS.

  8. How do I decrease the size of a font-awesome icon?

    stackoverflow.com/questions/31992235

    Font-Awesome icons, as the name suggests, are font-based. This means to decrease their size all you have to do is decrease their font-size: font-size: 12px; To add to his answer, almost everything you can do to a font you can do to the icons. Colors, sizes, spacing ect. ect. all get changed as if it were a font.

  9. I'd like to include font awesome icons in my app. I'm using expo to buil a native app. The documentation states I don't need to install font awesome, but I do need to import as well as get the syntax right. Any help would be greatly appreciated.

  10. Hopefully someone will know where I have gone wrong here - I'm trying to implement the Font Awesome package with Vuetify. Font Awesome is all imported and ready to go (setup is indentical to projects which I have Font Awesome successfully integrated): My bare basics main.js file:

  11. Now available on Stack Overflow for Teams! AI features where you work: search, IDE, and chat. Learn more Explore Teams