UnfoldingCSS:Critical Consideration Postcards: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
@font-face { | |||
font-family: 'poppinsregular'; | |||
src: url('https://titipi.org/wiki/images/1/1b/BBBPoppinsTN-DisplayRegular.woff') format('woff'), | |||
src: url('https://titipi.org/wiki/images/8/8e/BBBPoppinsTN-DisplayRegular.woff2') format('woff2'); | |||
font-weight: normal; | |||
font-style: normal; | |||
} | |||
body {font-family: poppinsregular;} | |||
ul, li {list-style: none} | ul, li {list-style: none} | ||
p {margin-top: 0; margin-bottom: 3em;} | p {margin-top: 0; margin-bottom: 3em; font-size: 0.8em;} | ||
Revision as of 04:56, 13 May 2025
@font-face {
font-family: 'poppinsregular';
src: url('https://titipi.org/wiki/images/1/1b/BBBPoppinsTN-DisplayRegular.woff') format('woff'),
src: url('https://titipi.org/wiki/images/8/8e/BBBPoppinsTN-DisplayRegular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
body {font-family: poppinsregular;}
ul, li {list-style: none}
p {margin-top: 0; margin-bottom: 3em; font-size: 0.8em;}