friendship ended with social-app. php is my new best friend
1@font-face { 2 font-family: 'Alegreya'; 3 font-weight: normal; 4 font-style: normal; 5 src: url(@fonts/Alegreya-Regular.woff2) format('woff2'); 6} 7 8@font-face { 9 font-family: 'Alegreya'; 10 font-weight: bold; 11 font-style: normal; 12 src: url(@fonts/Alegreya-Bold.woff2) format('woff2'); 13} 14 15@font-face { 16 font-family: 'Alegreya'; 17 font-weight: normal; 18 font-style: italic; 19 src: url(@fonts/Alegreya-Italic.woff2) format('woff2'); 20} 21 22@font-face { 23 font-family: 'Alegreya'; 24 font-weight: bold; 25 font-style: italic; 26 src: url(@fonts/Alegreya-BoldItalic.woff2) format('woff2'); 27} 28 29@font-face { 30 font-family: 'Geometria'; 31 font-weight: normal; 32 font-style: normal; 33 src: url(@fonts/geometria-webfont.woff2) format('woff2'); 34} 35 36@font-face { 37 font-family: 'Balsamiq'; 38 font-weight: normal; 39 font-style: normal; 40 src: url(@fonts/BalsamiqSans-Regular.woff2) format('woff2'); 41} 42 43@font-face { 44 font-family: 'Balsamiq'; 45 font-weight: bold; 46 font-style: normal; 47 src: url(@fonts/BalsamiqSans-Bold.woff2) format('woff2'); 48} 49 50@font-face { 51 font-family: 'Balsamiq'; 52 font-weight: normal; 53 font-style: italic; 54 src: url(@fonts/BalsamiqSans-Italic.woff2) format('woff2'); 55} 56 57@font-face { 58 font-family: 'Balsamiq'; 59 font-weight: bold; 60 font-style: italic; 61 src: url(@fonts/BalsamiqSans-BoldItalic.woff2) format('woff2'); 62} 63 64body[data-font="recursive"], 65button[data-font="recursive"] { 66 font-family: 'Recursive Mono', monospace; 67} 68 69body[data-font="geometria"], 70button[data-font="geometria"] { 71 font-family: 'Geometria', sans-serif; 72} 73 74body[data-font="alegreya"], 75button[data-font="alegreya"] { 76 font-family: 'Alegreya', serif; 77} 78 79body[data-font="balsamiq"], 80button[data-font="balsamiq"] { 81 font-family: 'Balsamiq', sans-serif; 82}