Hi i am trying to add text to a label using different fonts and can only seem to get the bold or italic parts working but cant seem to get the font working with it here is what im working at..

Code:
Private Sub rdoArial_CheckedChanged(sender As Object, e As EventArgs) Handles rdoArial.CheckedChanged
        If rdoArial.Checked = True Then
            'Special font
            txtSpecialMessage.Font = New Font("Arial",
...