This repository has been archived on 2023-02-19. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-buildbot/public_html/css/font-borg.css

32 lines
898 B
CSS

@font-face{
font-family:'FontBorg';
src:url('../fonts/font-borg-webfont.eot');
src:url('../fonts/font-borg-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/font-borg-webfont.woff') format('woff'),
url('../fonts/font-borg-webfont.ttf') format('truetype'),
url('../fonts/font-borg-webfont.svg#fontborgregular') format('svg');
font-weight:normal;
font-style:normal;
}
[class^="bf-"],[class*=" bf-"]{
font-family:FontBorg;
font-weight:normal;
font-style:normal;
text-decoration:inherit;
-webkit-font-smoothing:antialiased;
display:inline;
width:auto;
height:auto;
line-height:normal;
vertical-align:baseline;
background-image:none;
background-position:0% 0%;
background-repeat:repeat;
margin-top:0;
}
.bf-blender:before{content:"\f000";}
.bf-cloud:before{content:"\f001";}
.bf-network:before{content:"\f002";}
.bf-creativecommons:before{content:"\f003";}