68 lines
2.2 KiB
CSS
Executable File
68 lines
2.2 KiB
CSS
Executable File
@charset "UTF-8";
|
||
/*!
|
||
Ionicons, v4.1.0
|
||
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
|
||
https://twitter.com/benjsperry https://twitter.com/ionicframework
|
||
MIT License: https://github.com/driftyco/ionicons
|
||
|
||
Android-style icons originally built by Google’s
|
||
Material Design Icons: https://github.com/google/material-design-icons
|
||
used under CC BY http://creativecommons.org/licenses/by/4.0/
|
||
Modified icons to fit ionicon’s grid from original.
|
||
*/
|
||
@font-face {
|
||
font-family: "Ionicons";
|
||
src: url("../fonts/ionicons.eot");
|
||
src: url("../fonts/ionicons.eot") format("embedded-opentype"), url("../fonts/ionicons.woff") format("woff"), url("../fonts/ionicons.ttf") format("truetype"), url("../fonts/ionicons.svg") format("svg");
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
font-display: block;
|
||
}
|
||
.ion, .ionicons,
|
||
.ion-ios-bolt-outline:before,
|
||
.ion-ios-monitor-outline:before,
|
||
.ion-ios-briefcase-outline:before,
|
||
.ion-ios-color-wand-outline:before,
|
||
.ion-social-apple:before,
|
||
.ion-social-tux:before,
|
||
.ion-android-download:before,
|
||
.ion-android-done:before,
|
||
.ion-social-windows:before,
|
||
.ion-ios-arrow-right:before,
|
||
.ion-close-round:before,
|
||
.ion-ios-arrow-down:before,
|
||
.ion-social-github:before,
|
||
.ion-social-reddit:before,
|
||
.ion-pound:before,
|
||
.ion-navicon-round:before {
|
||
display: inline-block;
|
||
font-family: "Ionicons";
|
||
speak: none;
|
||
font-style: normal;
|
||
font-weight: normal;
|
||
font-variant: normal;
|
||
text-transform: none;
|
||
text-rendering: auto;
|
||
line-height: 1;
|
||
-webkit-font-smoothing: antialiased;
|
||
-moz-osx-font-smoothing: grayscale;
|
||
}
|
||
|
||
|
||
.ion-ios-bolt-outline:before{content:"\f3e5"}
|
||
.ion-ios-monitor-outline:before{content:"\f465"}
|
||
.ion-ios-briefcase-outline:before{content:"\f3ed"}
|
||
.ion-ios-color-wand-outline:before{content:"\f415"}
|
||
.ion-social-apple:before{content:"\f227"}
|
||
.ion-social-tux:before{content:"\f2c5"}
|
||
.ion-android-download:before{content:"\f2dd"}
|
||
.ion-android-done:before{content:"\f383"}
|
||
.ion-social-windows:before{content:"\f247"}
|
||
.ion-ios-arrow-right:before{content:"\f3d3"}
|
||
.ion-close-round:before{content:"\f129"}
|
||
.ion-ios-arrow-down:before{content:"\f3d0"}
|
||
.ion-social-github:before{content:"\f233"}
|
||
.ion-social-reddit:before{content:"\f23b"}
|
||
.ion-pound:before{content:"\f219"}
|
||
.ion-navicon-round:before{content:"\f20d"}
|