Αποτελέσματα Αναζήτησης
26 Απρ 2017 · I want to give my website some icons. Now I see that many people use this website Flaticon. What I have done is put something like this in my CSS: /** * Font 1 */ @font-face { font-
13 Αυγ 2015 · I am using Flaticon for a website I am developing but there seems to something wrong and I can't find out what. I downloaded the zip file from flaticon with the option "icon font". so I uploaded i...
I need to write a CSS for an icon font build using the site flaticon. I develop using a MAC with 10.10 and can't find any way to retrieve a single character Unicode value that I need to insert inside my CSS.font-icon-pencil:before { content: "\e038"; }
25 Φεβ 2023 · I have a simple html css js page that i wanna add some flaticons on it, i don't wanna download the icons on my laptop, for many reasons, anyway , i tried to add the icons via a cdn link, but nothing
24 Αυγ 2016 · I have a website template which uses flaticons. It has a folder with files flaticon.css, flaticon.eot, flaticon.ttf, flaticon.svg, flaticon.woff and some others. I can use the icons by simply impor...
I am working with flaticon icons, from https://www.flaticon.com I am trying to resize one of the icons and keep others with same size. I can change the font-size in "flaticon.css" but all the icons
9 Απρ 2020 · On Flaticon site only can be downloaded in PSD, SVG, BASE 64 I don't have code like .flaticon-research:before { content: "\f100"; }. How to get that? Is there any solution to convert SVG file to get that content or how? I don't want to download every single SVG file and from the SVG file get the icon. I want to use the above example method.
27 Ιουλ 2022 · When I download icons from Flaticon as an svg file, I'm trying to import them with a <link> tag and then use them anywhere in my code without typing the path every time. Here is an example of...
2 Σεπ 2018 · I'm trying to add custom flaticon icons to my wordpress website , it works in a local server but when u try to do it on live it doesn't appear . i added two different types of fonts Flaticon and Flaticon2
25 Φεβ 2020 · The icon fonts are fonts, so for 2 icon sets that use the same character ("content") you just have to ensure that the class name also specifies the font-face: styles.css.flaticon-alert:before { font-family: flaticon; // or name given in flaticon's @font-face css } flaticon.css example: