Template:AshStyle/style.css: Difference between revisions

From Linguifex
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
.ash {
font-family: 'Lucida Grande';
font-style: normal;
font-weight: normal;
position: relative;
}
.ash-mh { position: relative; }
.ash-mh { position: relative; }



Revision as of 18:11, 24 May 2022

.ash {
	font-family: 'Lucida Grande';
	font-style: normal;
	font-weight: normal;
	position: relative;
}

.ash-mh { position: relative; }

.ash-mh::before {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    display: block;
    content: 'ả';
    clip: rect(0, 2em, 1.05ex, 0);
}

.ash-mh > span {
    display: inline-block;
    height: 1.925ex;
    overflow: hidden;
    display: inline-flex;
    align-items: flex-end;
}