Private
Public Access
1
0

Added minimock and created new class in tests.py - work in progress

This commit is contained in:
sanderroosendaal
2016-11-06 16:35:41 +01:00
parent a32fdcf636
commit 464550deb9
1259 changed files with 32372 additions and 0 deletions

20
admin/css/fonts.css Normal file
View File

@@ -0,0 +1,20 @@
@font-face {
font-family: 'Roboto';
src: url('../fonts/Roboto-Bold-webfont.woff');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('../fonts/Roboto-Regular-webfont.woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('../fonts/Roboto-Light-webfont.woff');
font-weight: 300;
font-style: normal;
}