Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
galaxyproject
GitHub Repository: galaxyproject/training-material
Path: blob/main/assets/fontawesome/css/regular.css
2607 views
1
/*!
2
* Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com
3
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
* Copyright 2025 Fonticons, Inc.
5
*/
6
:root, :host {
7
--fa-family-classic: "Font Awesome 7 Free";
8
--fa-font-regular: normal 400 1em/1 var(--fa-family-classic);
9
/* deprecated: this older custom property will be removed next major release */
10
--fa-style-family-classic: var(--fa-family-classic);
11
}
12
13
@font-face {
14
font-family: "Font Awesome 7 Free";
15
font-style: normal;
16
font-weight: 400;
17
font-display: block;
18
src: url("../webfonts/fa-regular-400.woff2");
19
}
20
.far {
21
--fa-family: var(--fa-family-classic);
22
--fa-style: 400;
23
}
24
25
.fa-classic {
26
--fa-family: var(--fa-family-classic);
27
}
28
29
.fa-regular {
30
--fa-style: 400;
31
}
32