Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Miroslav Kratochvil
jekyll-theme-lcsb-default
Commits
b40ce54d
Commit
b40ce54d
authored
Mar 20, 2018
by
Yohan Jarosz
Browse files
add font awesome css
parent
e1d00007
Changes
58
Expand all
Hide whitespace changes
Inline
Side-by-side
_includes/head.html
View file @
b40ce54d
...
...
@@ -5,8 +5,8 @@
{%- seo -%}
<link
rel=
"shortcut icon"
type=
"image/png"
href=
"{{ '/assets/favicon.png' | relative_url }}"
/>
<link
rel=
"stylesheet"
href=
"{{ "
/
assets
/
main.css
"
|
relative_url
}}"
>
<link
rel=
"stylesheet"
href=
"
https://use.fontawesome.com/releases/v5.0.8
/css/solid.
css"
integrity=
"sha384-v2Tw72dyUXeU3y4aM2Y0tBJQkGfplr39mxZqlTBDUZAb9BGoC40+rdFCG0m10lXk"
crossorigin=
"anonymous
"
>
<link
rel=
"stylesheet"
href=
"
https://use.fontawesome.com/releases/v5.0.8/css/fontawesome.css"
integrity=
"sha384-q3jl8XQu1OpdLgGFvNRnPdj5VIlCvgsDQTQB6owSOHWlAurxul7f+JpUOVdAiJ5P"
crossorigin=
"anonymous
"
>
<link
rel=
"stylesheet"
href=
"
{{ '/assets/fontawesome
/css/
fa-
solid.
min.css' | relative_url }}
"
>
<link
rel=
"stylesheet"
href=
"
{{ '/assets/fontawesome/css/fontawesome.min.css' | relative_url }}
"
>
{%- if jekyll.environment == 'production' and site.google_analytics -%}
{%- include google-analytics.html -%}
{%- endif -%}
...
...
assets/fontawesome/css/fa-brands.css
0 → 100644
View file @
b40ce54d
/*!
* Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
@font-face
{
font-family
:
'Font Awesome 5 Brands'
;
font-style
:
normal
;
font-weight
:
normal
;
src
:
url("../webfonts/fa-brands-400.eot")
;
src
:
url("../webfonts/fa-brands-400.eot?#iefix")
format
(
"embedded-opentype"
),
url("../webfonts/fa-brands-400.woff2")
format
(
"woff2"
),
url("../webfonts/fa-brands-400.woff")
format
(
"woff"
),
url("../webfonts/fa-brands-400.ttf")
format
(
"truetype"
),
url("../webfonts/fa-brands-400.svg#fontawesome")
format
(
"svg"
);
}
.fab
{
font-family
:
'Font Awesome 5 Brands'
;
}
assets/fontawesome/css/fa-brands.min.css
0 → 100644
View file @
b40ce54d
/*!
* Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
@font-face
{
font-family
:
Font
Awesome
\
5
Brands
;
font-style
:
normal
;
font-weight
:
400
;
src
:
url(../webfonts/fa-brands-400.eot)
;
src
:
url(../webfonts/fa-brands-400.eot?#iefix)
format
(
"embedded-opentype"
),
url(../webfonts/fa-brands-400.woff2)
format
(
"woff2"
),
url(../webfonts/fa-brands-400.woff)
format
(
"woff"
),
url(../webfonts/fa-brands-400.ttf)
format
(
"truetype"
),
url(../webfonts/fa-brands-400.svg#fontawesome)
format
(
"svg"
)}
.fab
{
font-family
:
Font
Awesome
\
5
Brands
}
\ No newline at end of file
assets/fontawesome/css/fa-regular.css
0 → 100644
View file @
b40ce54d
/*!
* Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
@font-face
{
font-family
:
'Font Awesome 5 Free'
;
font-style
:
normal
;
font-weight
:
400
;
src
:
url("../webfonts/fa-regular-400.eot")
;
src
:
url("../webfonts/fa-regular-400.eot?#iefix")
format
(
"embedded-opentype"
),
url("../webfonts/fa-regular-400.woff2")
format
(
"woff2"
),
url("../webfonts/fa-regular-400.woff")
format
(
"woff"
),
url("../webfonts/fa-regular-400.ttf")
format
(
"truetype"
),
url("../webfonts/fa-regular-400.svg#fontawesome")
format
(
"svg"
);
}
.far
{
font-family
:
'Font Awesome 5 Free'
;
font-weight
:
400
;
}
assets/fontawesome/css/fa-regular.min.css
0 → 100644
View file @
b40ce54d
/*!
* Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
@font-face
{
font-family
:
Font
Awesome
\
5
Free
;
font-style
:
normal
;
font-weight
:
400
;
src
:
url(../webfonts/fa-regular-400.eot)
;
src
:
url(../webfonts/fa-regular-400.eot?#iefix)
format
(
"embedded-opentype"
),
url(../webfonts/fa-regular-400.woff2)
format
(
"woff2"
),
url(../webfonts/fa-regular-400.woff)
format
(
"woff"
),
url(../webfonts/fa-regular-400.ttf)
format
(
"truetype"
),
url(../webfonts/fa-regular-400.svg#fontawesome)
format
(
"svg"
)}
.far
{
font-family
:
Font
Awesome
\
5
Free
;
font-weight
:
400
}
\ No newline at end of file
assets/fontawesome/css/fa-solid.css
0 → 100644
View file @
b40ce54d
/*!
* Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
@font-face
{
font-family
:
'Font Awesome 5 Free'
;
font-style
:
normal
;
font-weight
:
900
;
src
:
url("../webfonts/fa-solid-900.eot")
;
src
:
url("../webfonts/fa-solid-900.eot?#iefix")
format
(
"embedded-opentype"
),
url("../webfonts/fa-solid-900.woff2")
format
(
"woff2"
),
url("../webfonts/fa-solid-900.woff")
format
(
"woff"
),
url("../webfonts/fa-solid-900.ttf")
format
(
"truetype"
),
url("../webfonts/fa-solid-900.svg#fontawesome")
format
(
"svg"
);
}
.fa
,
.fas
{
font-family
:
'Font Awesome 5 Free'
;
font-weight
:
900
;
}
assets/fontawesome/css/fa-solid.min.css
0 → 100644
View file @
b40ce54d
/*!
* Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
@font-face
{
font-family
:
Font
Awesome
\
5
Free
;
font-style
:
normal
;
font-weight
:
900
;
src
:
url(../webfonts/fa-solid-900.eot)
;
src
:
url(../webfonts/fa-solid-900.eot?#iefix)
format
(
"embedded-opentype"
),
url(../webfonts/fa-solid-900.woff2)
format
(
"woff2"
),
url(../webfonts/fa-solid-900.woff)
format
(
"woff"
),
url(../webfonts/fa-solid-900.ttf)
format
(
"truetype"
),
url(../webfonts/fa-solid-900.svg#fontawesome)
format
(
"svg"
)}
.fa
,
.fas
{
font-family
:
Font
Awesome
\
5
Free
;
font-weight
:
900
}
\ No newline at end of file
assets/fontawesome/css/fontawesome-all.css
0 → 100644
View file @
b40ce54d
This diff is collapsed.
Click to expand it.
assets/fontawesome/css/fontawesome-all.min.css
0 → 100644
View file @
b40ce54d
This diff is collapsed.
Click to expand it.
assets/fontawesome/css/fontawesome.css
0 → 100644
View file @
b40ce54d
This diff is collapsed.
Click to expand it.
assets/fontawesome/css/fontawesome.min.css
0 → 100644
View file @
b40ce54d
This diff is collapsed.
Click to expand it.
assets/fontawesome/less/_animated.less
0 → 100644
View file @
b40ce54d
// Animated Icons
// --------------------------
.@{fa-css-prefix}-spin {
animation: fa-spin 2s infinite linear;
}
.@{fa-css-prefix}-pulse {
animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
assets/fontawesome/less/_bordered-pulled.less
0 → 100644
View file @
b40ce54d
// Bordered & Pulled
// -------------------------
.@{fa-css-prefix}-border {
border-radius: .1em;
border: solid .08em @fa-border-color;
padding: .2em .25em .15em;
}
.@{fa-css-prefix}-pull-left { float: left; }
.@{fa-css-prefix}-pull-right { float: right; }
.@{fa-css-prefix}, .fas, .far, .fal, .fab {
&.@{fa-css-prefix}-pull-left { margin-right: .3em; }
&.@{fa-css-prefix}-pull-right { margin-left: .3em; }
}
assets/fontawesome/less/_core.less
0 → 100644
View file @
b40ce54d
// Base Class Definition
// -------------------------
.@{fa-css-prefix}, .fas, .far, .fal, .fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
assets/fontawesome/less/_fixed-width.less
0 → 100644
View file @
b40ce54d
// Fixed Width Icons
// -------------------------
.@{fa-css-prefix}-fw {
text-align: center;
width: (20em / 16);
}
assets/fontawesome/less/_icons.less
0 → 100644
View file @
b40ce54d
This diff is collapsed.
Click to expand it.
assets/fontawesome/less/_larger.less
0 → 100644
View file @
b40ce54d
// Icon Sizes
// -------------------------
.larger(@factor) when (@factor > 0) {
.larger((@factor - 1));
.@{fa-css-prefix}-@{factor}x {
font-size: (@factor * 1em);
}
}
/* makes the font 33% larger relative to the icon container */
.@{fa-css-prefix}-lg {
font-size: (4em / 3);
line-height: (3em / 4);
vertical-align: -.0667em;
}
.@{fa-css-prefix}-xs {
font-size: .75em;
}
.@{fa-css-prefix}-sm {
font-size: .875em;
}
.larger(10);
assets/fontawesome/less/_list.less
0 → 100644
View file @
b40ce54d
// List Icons
// -------------------------
.@{fa-css-prefix}-ul {
list-style-type: none;
margin-left: @fa-li-width * 5/4;
padding-left: 0;
> li { position: relative; }
}
.@{fa-css-prefix}-li {
left: -@fa-li-width;
position: absolute;
text-align: center;
width: @fa-li-width;
line-height: inherit;
}
assets/fontawesome/less/_mixins.less
0 → 100644
View file @
b40ce54d
// Mixins
// --------------------------
.fa-icon() {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: -.125em;
}
.fa-icon-rotate(@degrees, @rotation) {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=@{rotation})";
transform: rotate(@degrees);
}
.fa-icon-flip(@horiz, @vert, @rotation) {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=@{rotation}, mirror=1)";
transform: scale(@horiz, @vert);
}
// Only display content to screen readers. A la Bootstrap 4.
//
// See: http://a11yproject.com/posts/how-to-hide-content/
.sr-only() {
border: 0;
clip: rect(0,0,0,0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
// Use in conjunction with .sr-only to only display content when it's focused.
//
// Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
//
// Credit: HTML5 Boilerplate
.sr-only-focusable() {
&:active,
&:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
}
assets/fontawesome/less/_rotated-flipped.less
0 → 100644
View file @
b40ce54d
// Rotated & Flipped Icons
// -------------------------
.@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); }
.@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); }
.@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); }
.@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); }
.@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); }
.@{fa-css-prefix}-flip-horizontal.@{fa-css-prefix}-flip-vertical { .fa-icon-flip(-1, -1, 2); }
// Hook for IE8-9
// -------------------------
:root {
.@{fa-css-prefix}-rotate-90,
.@{fa-css-prefix}-rotate-180,
.@{fa-css-prefix}-rotate-270,
.@{fa-css-prefix}-flip-horizontal,
.@{fa-css-prefix}-flip-vertical {
filter: none;
}
}
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment