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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 @font-face {
2 font-family: 'Josefin Sans';
3 font-style: normal;
4 font-weight: 700;
5 src: local('Josefin Sans Bold'), local('JosefinSans-Bold'), url(JosefinSans_bo ld.woff) format('woff');
6 }
7 @font-face {
8 font-family: 'Josefin Sans';
9 font-style: normal;
10 font-weight: 400;
11 src: local('Josefin Sans'), local('JosefinSans'), url(JosefinSans_normal.woff) format('woff');
12 }
13 @font-face {
14 font-family: 'Slackey';
15 font-style: normal;
16 font-weight: 400;
17 src: local('Slackey'), url(Slackey_normal.woff) format('woff');
18 }
OLDNEW
« 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