Files
JoyD/AutoRobot/Windows/Robot/Web/assets/font-awesome.min.css

23 lines
586 B
CSS
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* 简化版Font Awesome CSS用于演示 */
.fa {
display: inline-block;
width: 1em;
height: 1em;
line-height: 1;
font-family: 'FontAwesome';
font-weight: normal;
font-style: normal;
text-decoration: inherit;
text-transform: none;
text-rendering: auto;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* 简单的图标样式 */
.fa-refresh:before { content: "⟳"; }
.fa-bell:before { content: "🔔"; }
.fa-cog:before { content: "⚙️"; }
.fa-home:before { content: "🏠"; }
.fa-user:before { content: "👤"; }