How to Fix LBRACE Error in CSS Editor
-
I’m trying to upload some custom fonts. I used Font Squirrel’s @Font-Face Kits to generate code to add to the CSS editor. I keep getting LBRACE Error Line 61 Column 1. I thought it might have been the very first font giving me trouble (as it started on line 61) so I deleted it. When I did, the next font’s code got the same error. I’m new to all things coding, so I have no idea what is meant by column 1. :/ See below of the coding that I’m supposed to add to the CSS editor. Any help at all would be greatly appreciated.
@font-face {
font-family: ‘aventure_scriptineregular’;
src: url(‘aventurescriptine-regular-webfont.woff2’) format(‘woff2’),
url(‘aventurescriptine-regular-webfont.woff’) format(‘woff’);
font-weight: normal;
font-style: normal;}
@font-face {
font-family: ‘alterlightregular’;
src: url(‘alterlight-regular-webfont.woff2’) format(‘woff2’),
url(‘alterlight-regular-webfont.woff’) format(‘woff’);
font-weight: normal;
font-style: normal;}
@font-face {
font-family: ‘alterlight_swashregular’;
src: url(‘alterlightswash-regular-webfont.woff2’) format(‘woff2’),
url(‘alterlightswash-regular-webfont.woff’) format(‘woff’);
font-weight: normal;
font-style: normal;}
@font-face {
font-family: ‘hellvina_hand_scriptregular’;
src: url(‘hellvinahandscript-regular-webfont.woff2’) format(‘woff2’),
url(‘hellvinahandscript-regular-webfont.woff’) format(‘woff’);
font-weight: normal;
font-style: normal;}
@font-face {
font-family: ‘honey_beeregular’;
src: url(‘honeybee-regular-webfont.woff2’) format(‘woff2’),
url(‘honeybee-regular-webfont.woff’) format(‘woff’);
font-weight: normal;
font-style: normal;}
@font-face {
font-family: ‘hot_dealsregular’;
src: url(‘hotdeals-webfont.woff2’) format(‘woff2’),
url(‘hotdeals-webfont.woff’) format(‘woff’);
font-weight: normal;
font-style: normal;}
@font-face {
font-family: ‘munstarregular’;
src: url(‘munstar-regular-webfont.woff2’) format(‘woff2’),
url(‘munstar-regular-webfont.woff’) format(‘woff’);
font-weight: normal;
font-style: normal;}
@font-face {
font-family: ‘mammothregular’;
src: url(‘mammoth-regular-webfont.woff2’) format(‘woff2’),
url(‘mammoth-regular-webfont.woff’) format(‘woff’);
font-weight: normal;
font-style: normal;}
The page I need help with: [log in to see the link]
- The topic ‘How to Fix LBRACE Error in CSS Editor’ is closed to new replies.