add support for internal or external css/js/googlefonts

This commit is contained in:
Dean Attali 2015-03-02 17:10:41 -08:00
parent d2965a16bd
commit e2f16fd06d
7 changed files with 84 additions and 22 deletions

View file

@ -1,3 +1,11 @@
body {
padding-top: 30px;
}
#contact-div {
color: red;
}
#googlefont-test {
font-family: Lobster;
}