Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Unified Diff: samples/pop_pop_win/chrome_app/fonts/fonts.css

Issue 786443002: Delete pop-pop-win from the repo (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: samples/pop_pop_win/chrome_app/fonts/fonts.css
diff --git a/samples/pop_pop_win/chrome_app/fonts/fonts.css b/samples/pop_pop_win/chrome_app/fonts/fonts.css
deleted file mode 100644
index b674b1c0cab1732bf6bd6ee44942d65dec11e0e1..0000000000000000000000000000000000000000
--- a/samples/pop_pop_win/chrome_app/fonts/fonts.css
+++ /dev/null
@@ -1,18 +0,0 @@
-@font-face {
- font-family: 'Josefin Sans';
- font-style: normal;
- font-weight: 700;
- src: local('Josefin Sans Bold'), local('JosefinSans-Bold'), url(JosefinSans_bold.woff) format('woff');
-}
-@font-face {
- font-family: 'Josefin Sans';
- font-style: normal;
- font-weight: 400;
- src: local('Josefin Sans'), local('JosefinSans'), url(JosefinSans_normal.woff) format('woff');
-}
-@font-face {
- font-family: 'Slackey';
- font-style: normal;
- font-weight: 400;
- src: local('Slackey'), url(Slackey_normal.woff) format('woff');
-}
« no previous file with comments | « samples/pop_pop_win/chrome_app/fonts/Slackey_normal.woff ('k') | samples/pop_pop_win/chrome_app/game_app.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698