Fix with Lato Bold font

remove-default-role
David Fischer 2018-05-23 10:46:39 -07:00
parent 076539117f
commit e804548695
No known key found for this signature in database
GPG Key ID: F0C9B0ADA737AB60
1 changed files with 3 additions and 0 deletions

View File

@ -53,11 +53,14 @@ pre, code, tt { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberatio
textarea, input, select { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", Courier, monospace; font-size: 16px; line-height: 20px; }
@font-face {
font-family: 'Lato';
src: url('../fonts/lato/Lato-Bold.eot'); /* IE9 Compat Modes */
src: url('../fonts/lato/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/lato/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
url('../fonts/lato/Lato-Bold.woff') format('woff'), /* Modern Browsers */
url('../fonts/lato/Lato-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Lato';