コード例 #1
0
 /// <summary>
 /// Returns a CSS code representation of the rule.
 /// </summary>
 /// <returns>A string that contains the code.</returns>
 public override String ToCss()
 {
     return(String.Concat("@font-face ", _style.ToCssBlock()));
 }
コード例 #2
0
 /// <summary>
 /// Returns a CSS code representation of the rule.
 /// </summary>
 /// <returns>A string that contains the code.</returns>
 public override String ToCss()
 {
     return(String.Concat(_selector.Text, " ", _style.ToCssBlock()));
 }