Added the open source logo as a character (uppercase letter O) to the font.

Increased the version number in the CSS to prevent caching/refresh issues.

SVN:trunk[4930]
This commit is contained in:
Denis Flaven
2017-09-21 14:27:54 +00:00
parent e32c1a4447
commit a9c9e48cdb
7 changed files with 202 additions and 46 deletions

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: 'CombodoRegular';
src: url('combodo-webfont.woff2?v=1.0') format('woff2'),
url('combodo-webfont.woff?v=1.0') format('woff'),
url('combodo-webfont.ttf?v=1.0') format('truetype');
src: url('combodo-webfont.woff2?v=2.0') format('woff2'),
url('combodo-webfont.woff?v=2.0') format('woff'),
url('combodo-webfont.ttf?v=2.0') format('truetype');
font-weight: normal;
font-style: normal;
@@ -202,4 +202,7 @@
.fc-itop-icon:before {
content: "I";
}
.fc-opensource-icon:before {
content: "O";
}