Template:AshStyle/style.css: Difference between revisions

From Linguifex
Jump to navigation Jump to search
(Giving up on this for now.)
(More fonts.)
Line 1: Line 1:
.ash {
.ash {
font-family: 'Lucida Grande';
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Garuda', 'Malayalam', Arial, sans-serif;
font-style: normal;
font-style: normal;
font-weight: normal;
font-weight: normal;

Revision as of 23:46, 26 May 2022

.ash {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Garuda', 'Malayalam', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	position: relative;
}

/*
.ash-mh { position: relative; }

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

.ash-mh > span {
    height: 1.25ex;
    overflow: hidden;
    display: inline-flex;
    align-items: flex-start;
    line-height: 0.75ex;
}
*/