Skip to content

Commit

Permalink
Minor tweaks to kbd-webfont
Browse files Browse the repository at this point in the history
-- Fixed a typo & added a legal disclaimer (probably not sufficient, but
a start).
-- Removed links to files that don't exist.
  • Loading branch information
Ian Prest committed Aug 30, 2015
1 parent 7ec3536 commit aa4303e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion kb.html
Expand Up @@ -12,7 +12,6 @@
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/hint.min.css">
<link rel="stylesheet" type="text/css" href="css/colorpicker.min.css">
<link rel="stylesheet" type="text/css" href="css/combining-diacritical.css">
<link rel="stylesheet" type="text/css" href="css/kb.css">
<link rel="stylesheet" type="text/css" href="kbd-webfont.css">
<script type="text/javascript" src="js/jquery.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion kbd-webfont.css
Expand Up @@ -7,7 +7,7 @@
@font-face {
font-family: 'kbd-webfont';
src: url('../fonts/kbd-webfont.eot');
src: url('../fonts/kbd-webfont.eot') format('embedded-opentype'), url('../fonts/kbd-webfont.woff2') format('woff2'), url('../fonts/kbd-webfont.woff') format('woff'),
src: url('../fonts/kbd-webfont.eot') format('embedded-opentype'), url('../fonts/kbd-webfont.woff') format('woff'),
url('../fonts/kbd-webfont.ttf') format('truetype'), url('../fonts/kbd-webfont.svg') format('svg');
font-weight: normal;
font-style: normal;
Expand Down
6 changes: 3 additions & 3 deletions pickers.json
Expand Up @@ -487,9 +487,9 @@
"css": "css/font-awesome.min.css"
},
{
"name": "Keyboard Layout Editor Icons",
"name": "Keyboard-Layout-Editor Icons",
"href" : "http://www.keyboard-layout-editor.com/",
"description" : "A selection of commonly used glyhs for keyboards.",
"css": "kbd-webfont.css"
"description" : "A selection of commonly used glyphs for keyboards. All logos are trademarks of their respective owners.",
"css": "css/kbd-webfont.css"
}
]

0 comments on commit aa4303e

Please sign in to comment.