Datamodel + Appv2 migration, WIP
This commit is contained in:
61
styles/global/typography.less
Normal file
61
styles/global/typography.less
Normal file
@@ -0,0 +1,61 @@
|
||||
/* ----------------------------------------- */
|
||||
/* LOCAL FONTS */
|
||||
/* ----------------------------------------- */
|
||||
@font-face {
|
||||
font-family: 'Contrail One';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url(https://fonts.gstatic.com/s/contrailone/v10/eLGbP-j_JA-kG0_Zo51noafdZQ.ttf) format('truetype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "CCMeanwhile";
|
||||
src: url('../fonts/ccmeanwhile-regular.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Wolfsbane2";
|
||||
src: url('../fonts/wolfsbane2.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Wolfsbane2Condensed";
|
||||
src: url('../fonts/wolfsbane2cond.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Wolfsbane2Expanded";
|
||||
src: url('../fonts/wolfsbane2expand.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "IMFellDWPicaSC-Regular";
|
||||
src: url('../fonts/IMFellDWPicaSC-Regular.ttf');
|
||||
}
|
||||
|
||||
/* ----------------------------------------- */
|
||||
/* TEXT STYLES */
|
||||
/* ----------------------------------------- */
|
||||
|
||||
a.entity-link,
|
||||
a.inline-roll {
|
||||
border: none;
|
||||
background: transparent;
|
||||
border-bottom: 1px dotted grey;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
a.inline-roll {
|
||||
border: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-shadow: 0 0 5px #a00;
|
||||
}
|
||||
|
||||
.ellipsis {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
Reference in New Issue
Block a user