On my website, I have a part that reads "Weekdays 10:00 ~ 18:00 /*linebreak/ Saturdays 10:00 ~ 13:30"
And I am trying to get only the numbers to be formatted as "Courier New" font, specifically the "10:00 ~ 18:00" and "10:00 ~ 13:30" parts. And I want set all the rest (the alphabet texts) as "Open Sans" font. How would I get it styled the way I am envisioning using CSS? thank you.