You can use this
£100.00 - BUY
CSS
#price {
font-size: 2em; // double of the current font
}
div {
font-size: inherit; // get the font-size from the browser or the document.
}
This will give the div a default font-size but the span with id price will have twice the font-size as the div.