Re: [css-d] font-family declaring

2015-09-30 Thread Crest Christopher
One must use @font-face even if using fonts that are installed on the users machine and to which are local ? How do I find what fonts are pre-installed on most mobile / tablet / desktops ? Philippe Wittenbergh wrote: On Sep 29, 2015, at 12:27, Crest Christopher wrote: When using @font-fami

Re: [css-d] trouble with background-image in p::after

2015-09-30 Thread Crest Christopher
Doesn't Angela need an absolute position for pseudo::after/before ? The content: "" as Philippe mentioned is key with those pseudos ! Angela French wrote: That was the key Philippe. It is showing now! Thank you. I just need to position it a bit. It is a circle graphic and the right edge of

Re: [css-d] font-family declaring

2015-09-30 Thread Tom Livingston
You can find some 'updated' lists on Google but there's nothing wrong with the standards of Arial, helvetica, Georgia, Times etc. On Wednesday, September 30, 2015, Crest Christopher < crestchristop...@gmail.com> wrote: > One must use @font-face even if using fonts that are installed on the > us