mirror of
https://gitlab.com/degruyter-public/font/de-gruyter-sans_serif.git
synced 2026-09-19 21:40:46 +09:00
5 lines
82 B
Ruby
5 lines
82 B
Ruby
class FontFeature < FontDbConnection
|
|
belongs_to :font
|
|
belongs_to :feature
|
|
end
|