1,393
edits
m (Adding useful classes; removing webfont implementation (it doesn't seem to work)) |
|||
Line 70: | Line 70: | ||
border-bottom-left-radius: 5px; | border-bottom-left-radius: 5px; | ||
border-bottom-right-radius: 5px; | border-bottom-right-radius: 5px; | ||
} | |||
@font-face { | |||
font-family: "BebasNeueTest"; | |||
src: url("http://dl.dropbox.com/u/15439542/WebFonts/BebasNeue.otf"); | |||
} | |||
.bbn { | |||
font-family: "BebasNeueTest", Verdana, sans-serif; | |||
} | } |