Font-Awesome/css/v5-font-face.css

23 lines
871 B
CSS
Raw Normal View History

2022-02-08 04:16:51 +08:00
/*!
* Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
2022-02-08 04:16:51 +08:00
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
2023-02-08 03:23:03 +08:00
* Copyright 2023 Fonticons, Inc.
2022-02-08 04:16:51 +08:00
*/
@font-face {
2022-09-01 05:02:43 +08:00
font-family: 'Font Awesome 5 Brands';
2022-02-08 04:16:51 +08:00
font-display: block;
font-weight: 400;
src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); }
@font-face {
2022-09-01 05:02:43 +08:00
font-family: 'Font Awesome 5 Free';
2022-02-08 04:16:51 +08:00
font-display: block;
font-weight: 900;
src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }
@font-face {
2022-09-01 05:02:43 +08:00
font-family: 'Font Awesome 5 Free';
2022-02-08 04:16:51 +08:00
font-display: block;
font-weight: 400;
src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); }