Font Awesome
   HOME
*





Font Awesome
Font Awesome is a font and Icon (computing), icon toolkit based on CSS and Less (stylesheet language), Less. As of 2020, Font Awesome was used by 38% of sites that use third-party font scripts, placing Font Awesome in second place after Google Fonts. History It was made by Dave Gandy for use with Bootstrap (front-end framework), Bootstrap. Font Awesome can be downloaded from BootstrapCDN. Font Awesome 5 was released on December 7, 2017, with 1,278 icons. Version 5 comes in two packages: Font Awesome ''Free'' and the proprietary Font Awesome Pro (available for a fee). The ''free'' versions (all releases up to 4 and the free version for 5) are available under the SIL Open Font License 1.1, Creative Commons Attribution 4.0, and MIT License. Font Awesome 6 is the latest version which was released in February 2022. Users will be able to upload their own icons and receive more icons on top of the existing ones from Font Awesome 5. On March 16, 2022, Font Awesome announced a collabor ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Cross-platform
In computing, cross-platform software (also called multi-platform software, platform-agnostic software, or platform-independent software) is computer software that is designed to work in several computing platforms. Some cross-platform software requires a separate build for each platform, but some can be directly run on any platform without special preparation, being written in an interpreted language or compiled to portable bytecode for which the interpreters or run-time packages are common or standard components of all supported platforms. For example, a cross-platform application may run on Microsoft Windows, Linux, and macOS. Cross-platform software may run on many platforms, or as few as two. Some frameworks for cross-platform development are Codename One, Kivy, Qt, Flutter, NativeScript, Xamarin, Phonegap, Ionic, and React Native. Platforms ''Platform'' can refer to the type of processor (CPU) or other hardware on which an operating system (OS) or application runs, t ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Freemium
Freemium, a portmanteau of the words "free" and "premium," is a pricing strategy by which a basic product or service is provided free of charge, but money (a premium) is charged for additional features, services, or virtual (online) or physical (offline) goods that expand the functionality of the free version of the software. This business model has been used in the software industry since the 1980s. A subset of this model used by the video game industry is called free-to-play. Origin The business model has been in use for software since the 1980s. The term ''freemium'' to describe this model appears to have been created only much later, in response to a 2006 blog post by venture capitalist Fred Wilson summarizing the model:Give your service away for free, possibly ad supported but maybe not, acquire a lot of customers very efficiently through word of mouth, referral networks, organic search marketing, etc., then offer premium-priced value-added services or an enhanced version o ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Font
In metal typesetting, a font is a particular size, weight and style of a typeface. Each font is a matched set of type, with a piece (a "sort") for each glyph. A typeface consists of a range of such fonts that shared an overall design. In modern usage, with the advent of computer fonts, the term "font" has come to be used as a synonym for "typeface", although a typical typeface (or "font family") consists of a number of fonts. For instance, the typeface "Bauer Bodoni" (sample shown here) includes fonts "Roman" (or "Regular"), " Bold" and ''" Italic"''; each of these exists in a variety of sizes. The term "font" is correctly applied to any one of these alone but may be seen used loosely to refer to the whole typeface. When used in computers, each style is in a separate digital "font file". In both traditional typesetting and modern usage, the word "font" refers to the delivery mechanism of the typeface. In traditional typesetting, the font would be made from metal or wood type: ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Icon (computing)
In computing, an icon is a pictogram or ideogram displayed on a computer screen in order to help the user navigate a computer system. The icon itself is a quickly comprehensible symbol of a software tool, function, or a data file, accessible on the system and is more like a traffic sign than a detailed illustration of the actual entity it represents. It can serve as an electronic hyperlink or file shortcut to access the program or data. The user can activate an icon using a mouse, pointer, finger, or recently voice commands. Their placement on the screen, also in relation to other icons, may provide further information to the user about their usage. In activating an icon, the user can move directly into and out of the identified function without knowing anything further about the location or requirements of the file or code. Icons as parts of the graphical user interface of the computer system, in conjunction with windows, menus and a pointing device (mouse), belong to the much l ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Less (stylesheet Language)
Less (Leaner Style Sheets; sometimes stylized as LESS) is a dynamic preprocessor style sheet language that can be compiled into Cascading Style Sheets (CSS) and run on the client side or server side. Designed by Alexis Sellier, Less is influenced by Sass and has influenced the newer "SCSS" syntax of Sass, which adapted its CSS-like block formatting syntax. Less is an open source project. Its first version was written in Ruby; however, in the later versions, use of Ruby has been deprecated and replaced by JavaScript. The indented syntax of Less is a nested metalanguage, as valid CSS is valid Less code with the same semantics. Less provides the following mechanisms: variables, nesting, mixins, operators and functions; the main difference between Less and other CSS precompilers is that Less allows real-time compilation via less.js by the browser. Features Variables Less allows variables to be defined. Variables in Less are defined with an at sign (@). Variable assignment is ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Google Fonts
Google Fonts (formerly known as Google Web Fonts) is a computer font and web font service owned by Google. This includes free and open source font families, an interactive web directory for browsing the library, and APIs for using the fonts via CSS and Android. Popular fonts in the Google Fonts library include Roboto, Open Sans, Lato, Oswald, Montserrat, Source Sans Pro, and Raleway. History Google Fonts was launched in 2010 and revamped in 2011, 2016, and 2020. On March 3, 2020, Google updated the catalog website with support for variable fonts. On March 2, 2021, the Google Fonts team announced they were adding support for open source icons. Font library , Google Fonts had 1,464 font families, including 276 variable font families. The library is maintained through Google Fonts' GitHub repository, where all font files can be obtained directly. Source files for many of the fonts are available from git repositories within the Google Fonts' GitHub organization, along wi ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Bootstrap (front-end Framework)
Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web development. It contains HTML, CSS and (optionally) JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components. , Bootstrap is the 14th most starred project (4th most starred library) on GitHub, with over 161,000 stars. Features Bootstrap is an HTML, CSS and JS library that focuses on simplifying the development of informative web pages (as opposed to web applications). The primary purpose of adding it to a web project is to apply Bootstrap's choices of color, size, font and layout to that project. As such, the primary factor is whether the developers in charge find those choices to their liking. Once added to a project, Bootstrap provides basic style definitions for all HTML elements. The result is a uniform appearance for prose, tables and form elements across web browsers. In addition, developers can take advantage of CS ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


BootstrapCDN
BootstrapCDN is a public content delivery network. It enables users to load CSS, JavaScript and images remotely from its servers. Used by more than 7.9 million websites worldwide (including 30% of the top-10k websites), BootstrapCDN serves more than 70 billion requests a month. In March 2021 the ownership was transferred to the JSDelivr, jsDelivr project. History NetDNA (formerly MaxCDN, acquired by StackPath) launched BootstrapCDN, the free content delivery network aspect of Bootstrap, with a beta launch on June 7, 2012, and a stable launch on July 5, 2012. Stanford University, Angry Birds and Gizmodo utilize BootstrapCDN. Font Awesome Font Awesome, a font designed for use with Twitter Bootstrap, was incorporated into BootstrapCDN on August 21, 2012. The font offers scalable vector icons that are CSS-friendly for customization. As of July 5, 2013 — a year after it launched — BootstrapCDN transferred 40.73 terabytes and served 3.2 billion requests, with 383 changes to its Gi ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  




SIL Open Font License
The SIL Open Font License (or OFL in short) is one of the major open font licenses, which allows embedding, or "bundling", of the font in commercially sold products. OFL is a free and open source license. It was created by SIL International, the organization behind ''Ethnologue.'' History The Open Font License was created by SIL International employees Victor Gaultney and Nicolas Spalinger. Gaultney had previously designed the Gentium font and was unsatisfied with existing font licenses. The Open Font License was designed for use with many of SIL's Unicode fonts, including Gentium Plus, Charis SIL, and Andika. The license was in a "public review" stage between 2005 and 2007 and version 1.1 was published in February 2007. Prior to the release of the OFL, the Bitstream Vera fonts had been released in 2003 under most of the same terms and conditions. Open-source fonts are a popular choice among designers, and most open-source fonts utilize the Open Font License. For ex ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Creative Commons
Creative Commons (CC) is an American non-profit organization and international network devoted to educational access and expanding the range of creative works available for others to build upon legally and to share. The organization has released several copyright licenses, known as Creative Commons licenses, free of charge to the public. These licenses allow authors of creative works to communicate which rights they reserve and which rights they waive for the benefit of recipients or other creators. An easy-to-understand one-page explanation of rights, with associated visual symbols, explains the specifics of each Creative Commons license. Content owners still maintain their copyright, but Creative Commons licenses give standard releases that replace the individual negotiations for specific rights between copyright owner (licensor) and licensee, that are necessary under an "all rights reserved" copyright management. The organization was founded in 2001 by Lawrence Lessig, Hal ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


MIT License
The MIT License is a permissive free software license originating at the Massachusetts Institute of Technology (MIT) in the late 1980s. As a permissive license, it puts only very limited restriction on reuse and has, therefore, high license compatibility. Unlike copyleft software licenses, the MIT License also permits reuse within proprietary software, provided that all copies of the software or its substantial portions include a copy of the terms of the MIT License and also a copyright notice. , the MIT License was the most popular software license found in one analysis, continuing from reports in 2015 that the MIT License was the most popular software license on GitHub. Notable projects that use the MIT License include the X Window System, Ruby on Rails, Nim, Node.js, Lua, and jQuery. Notable companies using the MIT License include Microsoft ( .NET), Google ( Angular), and Meta (React). License terms The MIT License has the identifier MIT in the SPDX License List. It is ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


United Nations Office For The Coordination Of Humanitarian Affairs
The United Nations Office for the Coordination of Humanitarian Affairs (OCHA) is a United Nations (UN) body established in December 1991 by the General Assembly to strengthen the international response to complex emergencies and natural disasters. It is the successor to the Office of the United Nations Disaster Relief Coordinator (UNDRO). The Department of Humanitarian Affairs (DHA) was established shortly thereafter by the Secretary-General, but in 1998 was merged into OCHA, which became the UN's main focal point on major disasters. OCHA's mandate was subsequently broadened to include coordinating humanitarian response, policy development and humanitarian advocacy. Its activities include organizing and monitoring humanitarian funding, advocacy, policy-making, and information exchange to facilitate rapid-response teams for emergency relief. OCHA is led by the Under-Secretary-General for Humanitarian Affairs and Emergency Relief Coordinator (USG/ERC), appointed for a five-year t ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]