mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-19 01:12:45 +00:00
style lint
This commit is contained in:
@@ -18,29 +18,29 @@ License:
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: Pagella;
|
||||
src: url('../../../fonts/Blank/texgyrepagella-regular.woff2');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-family : "Pagella";
|
||||
font-style : normal;
|
||||
font-weight : normal;
|
||||
src : url('../../../fonts/Blank/texgyrepagella-regular.woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Pagella;
|
||||
src: url('../../../fonts/Blank/texgyrepagella-bold.woff2');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-family : "Pagella";
|
||||
font-style : normal;
|
||||
font-weight : bold;
|
||||
src : url('../../../fonts/Blank/texgyrepagella-bold.woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Pagella;
|
||||
src: url('../../../fonts/Blank/texgyrepagella-italic.woff2');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-family : "Pagella";
|
||||
font-style : italic;
|
||||
font-weight : normal;
|
||||
src : url('../../../fonts/Blank/texgyrepagella-italic.woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Pagella;
|
||||
src: url('../../../fonts/Blank/texgyrepagella-bolditalic.woff2');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
font-family : "Pagella";
|
||||
font-style : italic;
|
||||
font-weight : bold;
|
||||
src : url('../../../fonts/Blank/texgyrepagella-bolditalic.woff2');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user