Skip to content

Commit

Permalink
Adicionado fonts na pasta builds
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Oct 1, 2014
1 parent d40be92 commit 13ad73d
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 4 deletions.
13 changes: 11 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edittext",
"version": "0.0.0",
"version": "1.0.0",
"homepage": "https://github.com/renanaragao/edittext",
"moduleType": [
"node"
Expand All @@ -9,5 +9,14 @@
"private": true,
"devDependencies": {
"edittext": "*"
}
},
"description": "Editor de texto para a web.",
"main": "[\"builds/css/edittext.min.css\", \"builds/js/edittext.min.js\"]",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
Binary file added builds/css/fonts/untitled-font-1.eot
Binary file not shown.
20 changes: 20 additions & 0 deletions builds/css/fonts/untitled-font-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added builds/css/fonts/untitled-font-1.ttf
Binary file not shown.
Binary file added builds/css/fonts/untitled-font-1.woff
Binary file not shown.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="app/css/exittext.css">
<link rel="stylesheet" href="app/css/icons.css">
<link rel="stylesheet" type="text/css" href="builds/css/edittext.min.css">
<meta charset="UTF-8">
<title>Edit Text</title>
</head>
Expand Down

0 comments on commit 13ad73d

Please sign in to comment.