confi-emacs-actual/snippets/css-mode/importfont
2022-03-29 19:21:13 -04:00

6 lines
174 B
Plaintext

# -*- mode: snippet -*-
# name: @import url("//fonts.googleapis...")
# key: impfont
# uuid: impfont
# --
@import url("http://fonts.googleapis.com/css?family=${1:Open+Sans}");