(Created page with "@font-face { font-family: 'robotothin'; src: url('Roboto-Thin-webfont.eot'); src: url('Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'), url('...") |
|||
Line 13: | Line 13: | ||
h1{ | h1{ | ||
font-family: robotothin, Georgia, serif; | font-family: robotothin, Georgia, serif; | ||
+ | font-size: 150%; | ||
} | } |
Revision as of 15:36, 22 September 2017
@font-face {
font-family: 'robotothin'; src: url('Roboto-Thin-webfont.eot'); src: url('Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'), url('Roboto-Thin-webfont.woff2') format('woff2'), url('Roboto-Thin-webfont.woff') format('woff'), url('Roboto-Thin-webfont.ttf') format('truetype'), url('Roboto-Thin-webfont.svg#robotothin') format('svg'); font-weight: normal; font-style: normal;
}
h1{
font-family: robotothin, Georgia, serif; font-size: 150%;
}